summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bug528a.smt2
blob: 97b891415c5165af1ad81ea16359ba40dbac903c (plain)
1
2
3
4
5
6
7
8
; EXPECT: unsat
; COMMAND-LINE: --incremental --repeat-simp --no-check-unsat-cores
(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