glibc/elf/reldep4mod2.c

7 lines
43 B
C

extern int foo();
int bar ()
{
foo();
}