summaryrefslogtreecommitdiff
path: root/test/regress/regress0/queries0.cvc
blob: 36107e784844fb10a177120fded0096d3724fa35 (plain)
1
2
3
4
5
6
7
8
9
10
% Tests the invariants for multiple queries.

a, b: BOOLEAN;

% EXPECT: VALID
QUERY (a AND b) OR NOT (a AND b);

% EXPECT: INVALID
QUERY (a OR b);

generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback