summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sets/error2.smt2
blob: 7b8f782180ccc7989a982b05844ea23ca8f96523 (plain)
1
2
3
4
(set-logic QF_ALL)
(set-info :status unsat)
(assert (= (as emptyset (Set Int)) (singleton 5)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback