Retro68/binutils/ld/testsuite/ld-plugin/pr12760a.c

8 lines
47 B
C

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