summaryrefslogtreecommitdiff
path: root/test/regress/regress0/logops.04.cvc
blob: 6e7aa1f5eca43485ad8dcd0a62da7073a7e35577 (plain)
1
2
3
4
a, b, c: BOOLEAN;
% EXPECT: VALID
QUERY (a => b) <=> (NOT a OR b);
% EXIT: 20
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback