Sign in
rust
/
rust
/
refs/heads/beta
/
.
/
tests
/
assembly-llvm
/
panic-no-unwind-no-uwtable.rs
blob: b51b173e9616e6dec3c38f9869b04c674f558d5b [
file
] [
log
] [
blame
]
//@ assembly-output: emit-asm
//@ only-x86_64-unknown-linux-gnu
//@ compile-flags: -C panic=unwind -C force-unwind-tables=n -Copt-level=3
#![
crate_type
=
"lib"
]
// CHECK-NOT: .cfi_startproc
pub
fn
foo
()
{}