Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
run-make
/
symbol-mangling-hashed
/
hashed_rlib.rs
blob: 048e67784d23fd9a59c242e6660907e2a5cb2f7f [
file
] [
log
] [
blame
]
#![
crate_type
=
"rlib"
]
pub
fn
hrhello
()
{
println
!(
"hello rlib"
);
}