summaryrefslogtreecommitdiff
path: root/test/regress/regress0/wiki.02.cvc
blob: 9fd4f8fb71f29dd2d67bb47ae3590cf78c831e9f (plain)
1
2
3
4
5
a, b, c : BOOLEAN;

% EXPECT: VALID
QUERY a AND (b AND c) <=> (a AND b) AND c;
% EXIT: 20
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback