static mut a: Box = Box::new(3); //~^ ERROR cannot call non-const fn fn main() {}