2025-01-02 21:22:42 +01:00
|
|
|
//@ compile-flags: -Zunpretty=thir-tree
|
2023-02-27 13:07:44 +00:00
|
|
|
//@ check-pass
|
|
|
|
|
|
2025-01-02 21:22:42 +01:00
|
|
|
#![feature(liballoc_internals)]
|
2023-02-27 13:07:44 +00:00
|
|
|
|
|
|
|
|
fn main() {
|
2025-01-02 21:22:42 +01:00
|
|
|
let _ = std::boxed::box_new(1);
|
2023-02-27 13:07:44 +00:00
|
|
|
}
|