Files
rust/tests/codegen-llvm/force-unwind-tables.rs
T
2026-05-26 14:43:44 +00:00

9 lines
214 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() {}
// CHECK: !{{[0-9]+}} = !{i32 7, !"uwtable", i32 2}