rust/tests/codegen/force-unwind-tables.rs

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() {}