]> git.lizzy.rs Git - rust.git/blob - tests/ui/box/new.rs
Rollup merge of #106898 - estebank:ice-forms-are-a-headache, r=Mark-Simulacrum
[rust.git] / tests / ui / box / new.rs
1 // run-pass
2 // pretty-expanded FIXME #23616
3
4 fn main() {
5     let _a = Box::new(1);
6 }