Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
9ffd0868653ad5113962c6f2a42d5061afbcf493
/
.
/
src
/
test
/
assembly
/
panic-no-unwind-no-uwtable.rs
blob: 499d4e69867174d48625d32bd936a6a605b73aa5 [
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
()
{}