rust/tests/ui/panic-runtime/auxiliary/needs-immediate-abort.rs
2025-09-21 13:12:18 -04:00

8 lines
153 B
Rust

//@ compile-flags:-C panic=immediate-abort -Zunstable-options
//@ no-prefer-dynamic
#![feature(no_core)]
#![crate_type = "rlib"]
#![no_std]
#![no_core]