// run-pass fn main() { fn test() -> Box { Box::new(1) } println!("{:?}", test()) }