Sign in
rust
/
rust
/
2a0b5343df249e8a45f8a74fc6573dcd38978953
/
.
/
tests
/
run-make
/
staticlib-thin-archive
/
rust_lib.rs
blob: c76b0f25433764b44024797ac597a2c6888a3f7b [
file
]
#![
crate_type
=
"rlib"
]
#[
link
(
name
=
"thin_archive"
,
kind
=
"static"
)]
extern
"C"
{
pub
fn
simple_fn
();
}