glibc/elf/reldep4mod4.c

8 lines
60 B
C
Raw Normal View History

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