Sign in
rust
/
rust
/
c1d608bb7e862c8d8b74ce7cfc042fa98e9d4792
/
.
/
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
();
}