Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
assembly
/
panic-no-unwind-no-uwtable.rs
blob: 24626280155a28311d240f2c5c3a18a7b04215e0 [
file
] [
log
] [
blame
]
//@ assembly-output: emit-asm
//@ only-x86_64-unknown-linux-gnu
//@ compile-flags: -C panic=unwind -C force-unwind-tables=n -O
#![
crate_type
=
"lib"
]
// CHECK-NOT: .cfi_startproc
pub
fn
foo
()
{}