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