Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
run-make
/
symbol-mangling-hashed
/
hashed_dylib.rs
blob: fbb7cba43e050a3de4ea70c35e402e2a5cf1e4b1 [
file
] [
log
] [
blame
]
#![
crate_type
=
"dylib"
]
pub
fn
hdhello
()
{
println
!(
"hello dylib"
);
}