summaryrefslogtreecommitdiff
path: root/test/regress/regress0/wiki.07.cvc
blob: a0281d04b282d32f96dec5b5b595387de3bd6303 (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