summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/arith.02.cvc
blob: a2c93da463ff3b3e666962a32c52c3485dead15a (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