summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sep/wand-simp-sat2.smt2
blob: ebc115fdd2704f20143144c8c35c1eb0a2ad953c (plain)
1
2
3
4
5
6
; COMMAND-LINE: --no-check-models
; EXPECT: unsat
(set-logic ALL_SUPPORTED)
(declare-fun x () Int)
(assert (wand (pto x 1) (pto x 3)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback