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

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