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