Fix dump-unsat-cores-full (#4303)
[cvc5.git] / test / regress / regress0 / wiki.07.cvc
1 a, b, c : BOOLEAN;
2
3 % EXPECT: entailed
4 QUERY a OR (b AND c) <=> (a OR b) AND (a OR c);