summaryrefslogtreecommitdiff
path: root/test/regress/regress0/simple.cvc
blob: 83d0225bda6630b29c298ab47b7207dd43217ff9 (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: valid
QUERY x2;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback