Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
2d262efd296dfd1802631978d9b9ab23fdf135a4
/
.
/
Tests
/
RustMix
/
liba.rs
blob: 2958db3758b9bbc54a0a201d0171141b4ad3ab8d [
file
] [
log
] [
blame
]
#[
no_mangle
]
pub
extern
"C"
fn
liba_greet
()
{
println
!(
"Hello from Rust liba"
);
}