2024-02-16 20:02:50 +00:00
|
|
|
//@ build-fail
|
|
|
|
|
//@ error-pattern:is incompatible with this crate's strategy of `abort`
|
|
|
|
|
//@ aux-build:needs-unwind.rs
|
|
|
|
|
//@ compile-flags:-C panic=abort
|
|
|
|
|
//@ no-prefer-dynamic
|
2022-05-20 21:52:00 +01:00
|
|
|
|
|
|
|
|
extern crate needs_unwind;
|
|
|
|
|
|
|
|
|
|
fn main() {}
|