Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RustPie
/
static.rs
blob: 99b3116837a7f858789f79bea247c62e6a840275 [
file
] [
log
] [
blame
] [
edit
]
#[
no_mangle
]
pub
extern
"C"
fn
static_foo
()
{
println
!(
"static_foo"
);
}