Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
lto
/
auxiliary
/
msvc-imp-present.rs
blob: 55e349d3203164cb219e90baf1a6e4cafeb21f7e [
file
] [
log
] [
blame
]
//@ 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
;
}