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