Fix exact sqrt (#3721)
[cvc5.git] / test / regress / regress0 / ite_arith.smt2
1 (set-logic QF_LRA)
2 (set-info :status unsat)
3 (declare-fun x () Real)
4 (declare-fun y () Real)
5 (assert (not (= x (ite true x y))))
6 (check-sat)