1 2 3 4 5 6 7 8
#[global_allocator] static A: usize = 0; //~^ ERROR E0277 //~| ERROR E0277 //~| ERROR E0277 //~| ERROR E0277 fn main() {}