summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sep/wand-simp-sat.smt2
blob: 120683f7472457738300ab227fdebfa3082f3761 (plain)
1
2
3
4
5
6
; COMMAND-LINE: --no-check-models
; EXPECT: sat
(set-logic QF_ALL_SUPPORTED)
(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