summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/issue5470-aext.smt2
blob: 0cd319ffbb5397aad8847b32cef8215ecb912b39 (plain)
1
2
3
4
5
6
7
8
; COMMAND-LINE: --no-check-models
; EXPECT: sat
(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