rust/tests/run-make/cross-lang-lto-riscv-abi/cstart.c

6 lines
53 B
C

extern void hello();
void _start() {
hello();
}