glibc/elf/ltglobmod1.c

8 lines
56 B
C

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