Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ build-pass
//@ compile-flags: -C panic=abort
//@ no-prefer-dynamic
#[cfg(panic = "unwind")]
pub fn bad() -> i32 { }
#[cfg(not(panic = "abort"))]
#[cfg(panic = "abort")]
pub fn main() { }