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