/* Compile with: gcc -g -Wall -shared -o libtest10-changed-parm-c-v1.so test10-changed-parm-c-v1.c */ float foo(float a, float b) {return a + b;}