2017-06-03 16:54:08 -05:00
|
|
|
// aux-build:system-allocator.rs
|
|
|
|
// aux-build:system-allocator2.rs
|
2016-04-26 12:51:14 -05:00
|
|
|
// no-prefer-dynamic
|
2019-07-19 13:08:21 -05:00
|
|
|
// error-pattern: the `#[global_allocator]` in
|
2016-04-26 12:51:14 -05:00
|
|
|
|
|
|
|
|
2017-06-03 16:54:08 -05:00
|
|
|
extern crate system_allocator;
|
|
|
|
extern crate system_allocator2;
|
2016-04-26 12:51:14 -05:00
|
|
|
|
2017-06-03 16:54:08 -05:00
|
|
|
fn main() {}
|