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