glibc/elf/reldepmod1.c

11 lines
78 B
C

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