2019-07-27 00:54:25 +03:00
|
|
|
//@ run-pass
|
2017-10-10 15:54:49 -07:00
|
|
|
//@ compile-flags: -Z thinlto -C codegen-units=2
|
|
|
|
|
|
|
|
|
|
#[global_allocator]
|
2018-04-14 16:47:38 +09:00
|
|
|
static A: std::alloc::System = std::alloc::System;
|
2017-10-10 15:54:49 -07:00
|
|
|
|
|
|
|
|
fn main() {}
|