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