glibc/elf/nodlopenmod2.c

10 lines
70 B
C

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