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