1 2 3 4 5 6 7 8 9
// build-pass #![crate_type = "lib"] #![allow(unconditional_panic)] struct S(u8); pub fn ice() { S([][0]); }