blob: 6e5fb524f41e5f97ceffa16f6e8ea91dc3873737 [file] [log] [blame]
//@ run-pass
pub fn main() {
let _x: Box<_> = Box::new(vec![0,0,0,0,0]);
}