blob: adfee7b925cc53b13fa9b08cbc3e1d7b56df2cfd [file] [log] [blame]
static S : u64 = { { panic!("foo"); 0 } };
//~^ ERROR panicking in statics is unstable
fn main() {
println!("{:?}", S);
}