summaryrefslogtreecommitdiff
path: root/test/regress/regress0/precedence/bool-cmp.cvc
blob: 4f81c86ad43babf2148f3a56747559f1845e4de3 (plain)
1
2
3
4
5
6
% EXPECT: entailed
% Simple test for right precedence of comparisons and booleans

x , y, z: INT;

QUERY (x > y AND y = z OR x < z) <=> (((x > y) AND (y = z)) OR (x < z));
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback