rust/src/test/ui/box-new.rs
2019-07-27 18:56:16 +03:00

7 lines
85 B
Rust

// run-pass
// pretty-expanded FIXME #23616
fn main() {
let _a = Box::new(1);
}