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