Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
allocator
/
auxiliary
/
system-allocator.rs
blob: 97b86bbc96d07668de248c14905615b67f5767fc [
file
] [
log
] [
blame
]
// no-prefer-dynamic
#![
crate_type
=
"rlib"
]
use
std
::
alloc
::
System
;
#[
global_allocator
]
static
A
:
System
=
System
;