1 2 3 4 5 6
static S : u64 = { { panic!("foo"); 0 } }; //~^ ERROR evaluation panicked: foo fn main() { println!("{:?}", S); }