Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
98bbf8d880d04bf00a602568b8ce812aaf68ed2e
/
.
/
test
/
unit
/
cdylib_name
/
lib.rs
blob: 417c1bafd1dc6281ac5a03b2597478202d78d3e4 [
file
]
#[
no_mangle
]
pub
extern
"C"
fn
say_hello
()
{
println
!(
"Hello"
);
}