blob: ad9fa52f3d44df3b1c6ef45c20489a3caab89555 [file] [log] [blame]
//@ build-fail
//@ dont-check-compiler-stderr
//@ error-pattern:is not compiled with this crate's panic strategy `abort`
//@ aux-build:panic-runtime-unwind.rs
//@ compile-flags:-C panic=abort
extern crate panic_runtime_unwind;
fn main() {}