glibc/elf/reldep4mod2.c

9 lines
83 B
C

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