1/*
2  compile with:
3    gcc -g -Wall -shared -o libtest9-changed-parm-c-v1.so test9-changed-parm-c-v1.c
4 */
5int
6foo(char a)
7{return a;}
8