summaryrefslogtreecommitdiffstats
path: root/tests/ui/allocator/auxiliary/system-allocator.rs
blob: 97b86bbc96d07668de248c14905615b67f5767fc (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;