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