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