summaryrefslogtreecommitdiff
path: root/test/regress/regress0/precedence/implies-or.cvc
blob: 24edb4ecd1a06811d60a3e2b0d8d9b03846f26af (plain)
1
2
3
4
5
6
7
% EXPECT: VALID
% Simple test for right precedence of => and OR.

A, B, C: BOOLEAN;

QUERY (A => B OR C) <=> (A => (B OR C));
% EXIT: 20
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback