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

12 lines
153 B
C

/* _start should be the only thing left after GC. */
void _start() __asm__("_start");
void _start()
{
}
void dropme1()
{
}
int dropme2[102] = { 0 };