Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-plugin/pr25593b.c
2023-03-06 14:48:14 +01:00

7 lines
51 B
C

extern void xyz ();
void
xxx (void)
{
xyz ();
}