summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bug528a.smt2
blob: fb4899425aef1f3f0df5b6fe71ba77b010e0c10b (plain)
1
2
3
4
5
6
7
8
; EXPECT: unsat
; COMMAND-LINE: --incremental --repeat-simp
(set-logic QF_LIA)
(declare-fun i () Int)
(assert (ite (= i 0) false true))
(push 1)
(assert (= i 0))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback