summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/issue5470-aext.smt2
blob: 500ef6d4c30d2d0ce51a57011f3968b393cc9cf4 (plain)
1
2
3
4
5
6
(set-logic NIA)
(set-option :strings-exp true)
(set-info :status sat)
(declare-fun b () Int)
(assert (exists ((c Int)) (< 0 c (div 0 b))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback