blob: 97b86bbc96d07668de248c14905615b67f5767fc [file] [log] [blame]
// no-prefer-dynamic
#![crate_type = "rlib"]
use std::alloc::System;
#[global_allocator]
static A: System = System;