Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
assembly
/
panic-no-unwind-no-uwtable.rs
blob: 24626280155a28311d240f2c5c3a18a7b04215e0 [
file
] [
log
] [
blame
] [
edit
]
//@ 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
()
{}