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