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