ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../dlfcn/modstatic.c

8 lines
61 B
C

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