summaryrefslogtreecommitdiffstats
path: root/src/test/ui/panic-runtime/auxiliary/wants-panic-runtime-unwind.rs
blob: d5f0102196f48b353956e030abc0ea611d51d7b3 (plain)
1
2
3
4
5
6
// no-prefer-dynamic

#![crate_type = "rlib"]
#![no_std]

extern crate panic_runtime_unwind;