glibc/elf/nodlopenmod2.c

10 lines
70 B
C
Raw Normal View History

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