summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/hd-05-d1-prog-nogrammar.sy
blob: 71af1e91692e2967f9830c15a6c9478b5f90996b (plain)
1
2
3
4
5
6
7
8
9
10
; COMMAND-LINE: --sygus-out=status --cegqi-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