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