2024-02-16 20:02:50 +00:00
|
|
|
//@ aux-build:system-allocator.rs
|
|
|
|
//@ aux-build:system-allocator2.rs
|
|
|
|
//@ no-prefer-dynamic
|
|
|
|
//@ error-pattern: the `#[global_allocator]` in
|
2016-04-26 10:51:14 -07:00
|
|
|
|
|
|
|
|
2017-06-03 14:54:08 -07:00
|
|
|
extern crate system_allocator;
|
|
|
|
extern crate system_allocator2;
|
2016-04-26 10:51:14 -07:00
|
|
|
|
2017-06-03 14:54:08 -07:00
|
|
|
fn main() {}
|