summaryrefslogtreecommitdiff
path: root/test/regress/regress0/ite.smt2
blob: 99f170ff426c16014e53418cb474ddccb309c45a (plain)
1
2
3
4
5
6
7
(set-logic QF_UF)
(set-info :status unsat)
(declare-sort U 0)
(declare-fun x () U)
(declare-fun y () U)
(assert (not (= x (ite true x y))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback