initial import
[ICEs.git] / 137526 / jsmath.i.bak
1 void math_round()
2 {
3 double x;
4 return foo(
5 x,
6 copysign(
7 bar()
8 ,
9 x
10 )
11 );
12 }