ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../elf/reldepmod5.c

8 lines
56 B
C

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