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

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