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