glibc/elf/reldepmod5.c

8 lines
56 B
C
Raw Normal View History

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