blob: d19605046e1bc349e49fa67283ef00f17fcc3af3 [file] [log] [blame]
// run-pass
// pretty-expanded FIXME #23616
pub fn main() {
let _i: Box<_> = Box::new(100);
}