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