/*
compile with:
gcc -g -Wall -shared -o libtest22-changed-parm-c-v1.so test22-changed-parm-c-v1.c
*/
int
foo(char a)
{return a;}