Sign in
fuchsia
/
third_party
/
rust
/
f5276bb0cf4d0aea6771dafbd6b809b72b42bf72
/
.
/
tests
/
assembly
/
panic-unwind-no-uwtable.rs
blob: 181656a8987208e2b11580aa7ea6de8978bdccff [
file
] [
log
] [
blame
]
//@ assembly-output: emit-asm
//@ only-x86_64-unknown-linux-gnu
//@ compile-flags: -C panic=unwind -C force-unwind-tables=n
#![
crate_type
=
"lib"
]
// CHECK-LABEL: foo:
// CHECK: .cfi_startproc
#[
no_mangle
]
fn
foo
()
{
panic
!();
}