summaryrefslogtreecommitdiff
path: root/test/regress/regress0/logops.04.cvc
blob: 89a9db3202368e5b4f89a752fc5107be2ea3cb31 (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