Sign in
rust
/
rust
/
refs/heads/beta
/
.
/
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
()
{}