Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RustOnly
/
liba.rs
blob: 1cfd077c14588da9ea382fa6c55c5edc1835ea7a [
file
] [
log
] [
blame
] [
edit
]
#[
no_mangle
]
pub
extern
"C"
fn
liba_greet
()
{
println
!(
"Hello from liba"
);
}