glibc/elf/reldepmod2.c

8 lines
69 B
C

extern int foo (void);
int
call_me (void)
{
return foo () - 42;
}