Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-elfvers/vers26b.c
2023-03-06 14:48:14 +01:00

11 lines
72 B
C

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