summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus/ho-sygus.sy
blob: d46d8ecde869a979b6aa5f42c6bcab6898bdbc63 (plain)
1
2
3
4
5
6
7
8
; EXPECT: unsat
; COMMAND-LINE: --lang=sygus2 --sygus-out=status
(set-logic HO_ALL)
(synth-fun f ((y (-> Int Int)) (z Int)) Int)
(declare-var z (-> Int Int))
(constraint (= (f z 0) (z 1)))
(constraint (= (f z 1) (z 2)))
(check-synth)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback