summaryrefslogtreecommitdiff
path: root/test/regress/regress0/unconstrained/4481.smt2
blob: 19179f4d70592ba19408f9c6cebaf5d6a4741978 (plain)
1
2
3
4
5
6
7
8
9
; COMMAND-LINE: --unconstrained-simp
; EXPECT: (error "Cannot use unconstrained simplification in this logic, due to (possibly internally introduced) quantified formula.")
; EXIT: 1
(set-logic ALL)
(set-info :status unsat)
(declare-fun a () Int)
(assert (= (div a 2) 2))
(assert (= (div a 3) 0))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback