summaryrefslogtreecommitdiff
path: root/test/regress/regress0/test11.cvc
blob: 6f0cac8fa4aae40fd5d7394ba21f57144f23f88f (plain)
1
2
3
4
5
6
7
x, y : BOOLEAN;

ASSERT (x OR y);
ASSERT NOT (x OR y);

% EXPECT: VALID
QUERY FALSE;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback