rust/tests/codegen/force-unwind-tables.rs
2023-01-11 09:32:08 +00:00

7 lines
144 B
Rust

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