summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sep/wand-simp-sat.smt2
blob: 79c12c02892ad07993f4124d68d5dbc7be224e45 (plain)
1
2
3
4
5
6
7
; COMMAND-LINE: --no-check-models
; EXPECT: sat
(set-logic QF_ALL)
(declare-heap (Int Int))
(declare-fun x () Int)
(assert (wand (pto x 1) (pto x 1)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback