Ensure quantifiers options are set with --no-strings-lazy-pp (#3515)
[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));