DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.70.0%2Bdfsg1-7~deb11u1 / tests / ui / allocator / auxiliary / system-allocator2.rs
12345678
// no-prefer-dynamic #![crate_type = "rlib"] use std::alloc::System; #[global_allocator] static A: System = System;