summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus/ho-sygus.sy
blob: 893c2034e6443ba57e12f115a5c120d03b4acf04 (plain)
1
2
3
4
5
6
7
8
; EXPECT: unsat
; COMMAND-LINE: --lang=sygus2 --sygus-out=status --uf-ho
(set-logic 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