summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/hd-05-d1-prog-nogrammar.sy
blob: 8c77eea61287ba622d5008e0336fa0d6a9707caf (plain)
1
2
3
4
5
6
7
8
9
10
; COMMAND-LINE: --lang=sygus2 --sygus-out=status --sygus-si=none
; EXPECT: unsat

(set-logic BV)

(synth-fun f ((x (_ BitVec 32))) (_ BitVec 32))

(declare-var x (_ BitVec 32))
(constraint (= (bvor x #x00000001) (f x)))
(check-synth)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback