//@ run-pass pub fn main() { let _i: Box<_> = Box::new(100); }