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