1 2 3 4 5 6 7 8
//@ compile-flags: -Zunpretty=thir-tree //@ check-pass #![feature(liballoc_internals)] fn main() { let _ = std::boxed::box_new(1); }