glibc/elf/unload2mod.c

8 lines
55 B
C

extern void foo (void);
void
bar (void)
{
foo ();
}