summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/uminus_one.sy
blob: e98be942b3d4abfd47fd584afa321e97d4d5018e (plain)
1
2
3
4
5
6
7
; EXPECT: unsat
; COMMAND-LINE: --no-dump-synth
(set-logic LIA)
(synth-fun f ((x Int)) Int ((Start Int ((- 1)))))
(declare-var x Int)
(constraint (= (f x) (- 1)))
(check-synth)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback