glibc/elf/reldepmod1.c

8 lines
53 B
C

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