Sign in
fuchsia
/
third_party
/
rust
/
b51a8ed2439e21f2980160bdf6af043e42d55434
/
.
/
tests
/
run-make
/
c-link-to-rust-staticlib
/
foo.rs
blob: 2e59432cdb16feca35d30166b94ab591a1568125 [
file
] [
log
] [
blame
]
#![
crate_type
=
"staticlib"
]
#[
no_mangle
]
pub
extern
"C"
fn
foo
()
{}