glibc/elf/reldep4mod2.c

9 lines
83 B
C
Raw Normal View History

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