Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
allocator
/
auxiliary
/
system-allocator2.rs
blob: bfd04e1e0ba2e0596683c8d27a958062c23b8e2a [
file
] [
log
] [
blame
]
//@ no-prefer-dynamic
#![
crate_type
=
"rlib"
]
use
std
::
alloc
::
System
;
#[
global_allocator
]
static
A
:
System
=
System
;