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