blob: 35d8d46b55e969bcd26b6c5ed8a5048f8acdd4c5 [file] [log] [blame]
// error-pattern:is not compiled with this crate's panic strategy `abort`
// aux-build:panic-runtime-unwind.rs
// aux-build:wants-panic-runtime-unwind.rs
// compile-flags:-C panic=abort
extern crate wants_panic_runtime_unwind;
fn main() {}