glibc/dlfcn/modstatic.c

8 lines
61 B
C

extern int test (int);
int
test (int a)
{
return a + a;
}