summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sep/wand-nterm-simp.smt2
blob: b59b53b58efaa05233a661400b63d617d022c44e (plain)
1
2
3
4
5
6
7
; COMMAND-LINE: --no-check-models
; EXPECT: sat
(set-logic QF_ALL_SUPPORTED)
(declare-fun x () Int)
(assert (wand (emp x x) (pto x 3)))
(check-sat)

generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback