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

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