Retro68/binutils/ld/testsuite/ld-elf/pr18458b.c
2017-04-10 13:32:00 +02:00

7 lines
47 B
C

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