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

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