DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / tests / ui / allocator / auxiliary / system-allocator.rs
12345678
//@ no-prefer-dynamic #![crate_type = "rlib"] use std::alloc::System; #[global_allocator] static A: System = System;