]> git.lizzy.rs Git - rust.git/blob - tests/assembly/panic-no-unwind-no-uwtable.rs
Rollup merge of #107777 - compiler-errors:derive_const-actually-derive-const, r=fee1...
[rust.git] / tests / 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() {}