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