Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
lto
/
auxiliary
/
msvc-imp-present.rs
blob: 55e349d3203164cb219e90baf1a6e4cafeb21f7e [
file
] [
log
] [
blame
] [
edit
]
//@ 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
;
}