summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sep/wand-simp-unsat.smt2
blob: da1d8bd51414cf0db5f0663a9bf2424af94cd75e (plain)
1
2
3
4
5
6
7
8
; COMMAND-LINE: --no-check-models
; EXPECT: unsat
(set-logic QF_ALL_SUPPORTED)
(declare-fun x () Int)
(declare-heap (Int 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