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