summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/sygus-no-wf.sy
blob: 40a3d55477f00a8e47143cf6b377cef026eb4616 (plain)
1
2
3
4
5
6
7
8
9
10
11
; COMMAND-LINE: --sygus-out=status
; EXPECT: unsat
(set-logic ALL)
(synth-fun f ((x0 Bool)) Bool
	(
		(B Bool ((Variable Bool) (Constant Bool) (= I I) )) 
		(I Int ((Constant Int) (+ I I)))
	)
)
(constraint (= (f false) false))
(check-synth)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback