Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-elfvers/vers28c.c

8 lines
47 B
C

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