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