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

#![feature(needs_panic_runtime)]
#![crate_type = "rlib"]
#![needs_panic_runtime]
#![no_std]