glibc/elf/reldepmod6.c

9 lines
91 B
C

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