]> git.lizzy.rs Git - rust.git/blob - src/test/assembly/panic-no-unwind-no-uwtable.rs
Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup
[rust.git] / src / test / assembly / panic-no-unwind-no-uwtable.rs
1 // assembly-output: emit-asm
2 // only-x86_64-unknown-linux-gnu
3 // compile-flags: -C panic=unwind -C force-unwind-tables=n -O
4
5 #![crate_type = "lib"]
6
7 // CHECK-NOT: .cfi_startproc
8 pub fn foo() {}