Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
5ffed8c9381931663113051608c6bc8227fff29a
/
.
/
Tests
/
RustPie
/
shared.rs
blob: 40f89e6e15d65b7206bc7f3226e1e39fdbec0107 [
file
]
#[
no_mangle
]
pub
extern
"C"
fn
shared_foo
()
{
println
!(
"shared_foo"
);
}