summaryrefslogtreecommitdiff
path: root/test/regress/regress0/simple.cvc
blob: def48254eda415dcb4f7ca36a31954ba3df1a9f9 (plain)
1
2
3
4
5
6
7
x0, x1, x2, x3 : BOOLEAN;
ASSERT x1 OR NOT x0;
ASSERT x0 OR NOT x3;
ASSERT x3 OR x2;
ASSERT x1 AND NOT x1;
% EXPECT: entailed
QUERY x2;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback