summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sep/wand-simp-unsat.smt2
blob: 850be7b9757dc00996aad91f635ceb64084281ef (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 x x))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback