glibc/elf/dblloadmod1.c

8 lines
65 B
C

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