Ensure quantifiers options are set with --no-strings-lazy-pp (#3515)
[cvc5.git] / test / regress / regress0 / wiki.19.cvc
1 a, b, c : BOOLEAN;
2
3 % EXPECT: valid
4 QUERY NOT (a OR b) <=> NOT a AND NOT b;