rustc/tests/ui/allocator/auxiliary/system-allocator2.rs
2024-06-21 09:39:33 +02:00

9 lines
120 B
Rust

//@ no-prefer-dynamic
#![crate_type = "rlib"]
use std::alloc::System;
#[global_allocator]
static A: System = System;