Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
run-make
/
native-lib-load-order
/
a.rs
blob: 07863cf64d6e9de0766f1816b22ddf9028b9b6a5 [
file
] [
log
] [
blame
]
#![
crate_type
=
"rlib"
]
#[
link
(
name
=
"a"
,
kind
=
"static"
)]
extern
"C"
{
pub
fn
a
();
}