2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-03-19 13:40:59 +08:00
glibc/elf/nodlopenmod2.c

10 lines
70 B
C
Raw Permalink Normal View History

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