summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/arith.02.cvc
blob: d7b0291f7d02ff8f0a14f0f343a82098b8494bb3 (plain)
1
2
3
4
5
6
% EXPECT: valid
x : REAL;
y : REAL;
z : REAL;

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