1 2 3 4 5 6 7 8
// no-prefer-dynamic #![crate_type = "rlib"] use std::alloc::System; #[global_allocator] static A: System = System;