binutils-gdb/ld/testsuite/ld-elf/pr18458b.c

7 lines
47 B
C

extern void a (void);
void
b (void)
{
a();
}