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