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