Support ackermannization on uninterpreted sorts in BV (#3372)
[cvc5.git] / test / regress / regress0 / test9.cvc
1 % EXPECT: valid
2 P,Q:BOOLEAN;
3 ASSERT (P OR Q);
4 QUERY (P OR Q);