Fix dump-unsat-cores-full (#4303)
[cvc5.git] / test / regress / regress0 / ite.cvc
1 % EXPECT: unsat
2 x, y : REAL;
3 CHECKSAT (NOT (x = IF TRUE THEN x ELSE y ENDIF));