1 2 3 4 5 6 7 8
//! Regression test for https://github.com/rust-lang/rust/issues/13446 // Used to cause ICE static VEC: [u32; 256] = vec![]; //~^ ERROR mismatched types fn main() {}