blob: 25f323b9803c8b7ebcad4fc9b84e1c6ed52d2206 [file] [log] [blame] [edit]
static S : u64 = { { panic!("foo"); 0 } };
//~^ ERROR could not evaluate static initializer
fn main() {
println!("{:?}", S);
}