summaryrefslogtreecommitdiff
path: root/test/regress/regress0/logops.01.cvc
blob: 9a247d2c635ba06782c69121456a62d6e2da1acc (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