Sign in
rust
/
rust
/
8eb7c58dbb7b32701af113bc58722d0d1fefb1eb
/
.
/
src
/
test
/
ui
/
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
;
}