useqadapt::no_alloc;useqadapt::QADAPT;#[global_allocator]static Q:QADAPT=QADAPT;#[no_alloc]fndoes_allocate()->Box<u8>{Box::new(0)}fnmain(){// If you were to run `cargo run --example release_mode`, this program blows up.
// If, however, you ran `cargo run --release --example release_mode`,
// nothing interesting will happen since panic-related code is stripped
// for release builds.
does_allocate();}