1 2 3 4 5 6
// Used to cause ICE static VEC: [u32; 256] = vec![]; //~^ ERROR mismatched types fn main() {}