Retro68/binutils/ld/testsuite/ld-plugin/pr21382b.c
2017-10-07 02:16:47 +02:00

8 lines
49 B
C

extern void x (void);
void
y (void)
{
x ();
}