Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
issues
/
auxiliary
/
issue-25185-1.rs
blob: e957be9c1c1b6fd3b9e715d3600dc070aac44cc9 [
file
] [
log
] [
blame
]
// no-prefer-dynamic
#![
crate_type
=
"rlib"
]
#[
link
(
name
=
"rust_test_helpers"
,
kind
=
"static"
)]
extern
"C"
{
pub
fn
rust_dbg_extern_identity_u32
(
u
:
u32
)
->
u32
;
}