binutils-gdb/ld/testsuite/ld-elfvers/vers22.c

8 lines
48 B
C

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