rust/tests/codegen-llvm/panic-unwind-default-uwtable.rs
2025-07-22 14:28:48 +02:00

7 lines
152 B
Rust

//@ compile-flags: -C panic=unwind -C no-prepopulate-passes -Copt-level=0
#![crate_type = "lib"]
// CHECK: attributes #{{.*}} uwtable
pub fn foo() {}