Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
incremental
/
issue-84252-global-alloc.rs
blob: d2438df89ff5b0504e4ae688d03dbf226df7e3f2 [
file
] [
log
] [
blame
]
// revisions: cfail1 cfail2
// build-pass
#![
crate_type
=
"lib"
]
#![
crate_type
=
"cdylib"
]
#[
allow
(
unused_imports
)]
use
std
::
alloc
::
System
;
#[
cfg
(
cfail1
)]
#[
global_allocator
]
static
ALLOC
:
System
=
System
;