Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
test
/
run-pass
/
thinlto
/
auxiliary
/
msvc-imp-present.rs
blob: 933af050a6a2ad2672207fec713b43f15a812600 [
file
]
// no-prefer-dynamic
// compile-flags: -Z thinlto -C codegen-units=8 -C prefer-dynamic
#![
crate_type
=
"rlib"
]
#![
crate_type
=
"dylib"
]
pub
static
A
:
u32
=
43
;
pub
mod
a
{
pub
static
A
:
u32
=
43
;
}