Retro68/binutils/ld/testsuite/ld-elfvers/vers22.c
2012-03-26 21:18:29 +02:00

8 lines
48 B
C

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