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

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

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