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

11 lines
72 B
C

#pragma weak foo
void foo ();
void
ref ()
{
if (foo)
foo ();
}