rust/tests/codegen-llvm/force-unwind-tables.rs
2025-07-22 14:28:48 +02:00

7 lines
161 B
Rust

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