mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
9 lines
194 B
Rust
9 lines
194 B
Rust
// 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() {}
|