Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
cross-lang-lto-riscv-abi
/
riscv-xlto.rs
blob: c31cf27f9aef738ea1a2a75aa26da3c73c7d3c6e [
file
] [
log
] [
blame
] [
edit
]
#![
allow
(
internal_features
)]
#![
feature
(
no_core
,
lang_items
)]
#![
no_core
]
#[
lang
=
"sized"
]
trait
Sized
{}
#[
no_mangle
]
pub
fn
hello
()
{}