summaryrefslogtreecommitdiff
path: root/test/regress/regress0/logops.01.cvc
blob: 5348cf7e4760a6bed69f29c2b79a69d71e27f088 (plain)
1
2
3
4
a, b, c: BOOLEAN;
% EXPECT: VALID
QUERY (a XOR b) <=> (NOT a AND b) OR (NOT b AND a);
% EXIT: 20
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback