Sign in
fuchsia
/
third_party
/
rust
/
2fcea9fb68c8e04f10e5cb15bbfb486de9800afa
/
.
/
tests
/
run-make
/
cross-lang-lto
/
lib.rs
blob: 94cfef6ada521c91aae49b732a80c174cfc46580 [
file
] [
log
] [
blame
]
#[
no_mangle
]
pub
extern
"C"
fn
foo
()
{
println
!(
"abc"
);
}