blob: 74b7edd968fab46c7c9a1824cf93d09ab4c7fa6a [file] [log] [blame]
//@ build-fail
//@ needs-unwind
//@ error-pattern:is incompatible with this crate's strategy of `unwind`
//@ aux-build:needs-abort.rs
extern crate needs_abort;
fn main() {}