1extern int test (int);
2
3int
4test (int a)
5{
6 return a + a;
7}
8

source code of glibc/dlfcn/modstatic.c