glibc/elf/nodlopenmod2.c

8 lines
46 B
C

extern int a;
int
foo (void)
{
return a;
}