1 /* 2 Compile with: 3 gcc -g -Wall -shared -o libtest10-changed-parm-c-v1.so test10-changed-parm-c-v1.c */ 4 5 float foo(float a,float b)6 foo(float a, float b) 7 {return a + b;} 8