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