Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
5ffed8c9381931663113051608c6bc8227fff29a
/
.
/
Tests
/
RustMix
/
rs_staticlib.rs
blob: c25b65f466bbdd07c190d78943df4fdec5ecb80e [
file
]
#[
no_mangle
]
pub
extern
"C"
fn
rs_staticlib_greet
()
{
println
!(
"Hello from a Rust staticlib!"
);
}