rust/tests/ui/panic-runtime/auxiliary/wants-panic-runtime-unwind.rs
2023-01-11 09:32:08 +00:00

7 lines
93 B
Rust

// no-prefer-dynamic
#![crate_type = "rlib"]
#![no_std]
extern crate panic_runtime_unwind;