about summary refs log tree commit diff
path: root/tests/ui/allocator/auxiliary/system-allocator2.rs
blob: bfd04e1e0ba2e0596683c8d27a958062c23b8e2a (plain)
1
2
3
4
5
6
7
8
//@ no-prefer-dynamic

#![crate_type = "rlib"]

use std::alloc::System;

#[global_allocator]
static A: System = System;