blob: 83fdeff7a17964470a51e9790b854572c12858b0 [file] [log] [blame]
//@ compile-flags: -Zunpretty=thir-tree
//@ check-pass
#![feature(liballoc_internals)]
fn main() {
let _ = std::boxed::box_new(1);
}