Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
cross-lang-lto-riscv-abi
/
cstart.c
blob: 660469b75a821f82bfaf560665dca60aec590c8f [
file
] [
log
] [
blame
] [
edit
]
extern
void
hello
();
void
_start
()
{
hello
();
}