blob: e2055f551acc4b3d660b4078ce31dd4544b7482c [file]
// run-pass
// pretty-expanded FIXME #23616
pub fn main() {
let _quux: Box<Vec<usize>> = Box::new(Vec::new());
}