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