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