summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sep/wand-simp-unsat.smt2
blob: 2e90dfb26349c10eb5f24fc002a62a0475039fa6 (plain)
1
2
3
4
5
6
7
8
; COMMAND-LINE:
; EXPECT: unsat
(set-logic QF_ALL)
(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