Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
symbol-mangling-hashed
/
a_rlib.rs
blob: 71e44ccc2007534a3d921838113d082339861d4f [
file
] [
log
] [
blame
] [
edit
]
#![
crate_type
=
"rlib"
]
pub
fn
hello
()
{
println
!(
"hello rlib"
);
}