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