summaryrefslogtreecommitdiff
path: root/test/regress/regress0/queries0.cvc
blob: fe6235981d6281ded08caae3dad5350bfa828fc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
% 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);

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