summaryrefslogtreecommitdiffstats
path: root/tests/codegen/force-unwind-tables.rs
blob: c904978c9ff2efb93de2a19266767a70c51dcfde (plain)
1
2
3
4
5
6
// compile-flags: -C no-prepopulate-passes -C force-unwind-tables=y -Copt-level=0

#![crate_type="lib"]

// CHECK: attributes #{{.*}} uwtable
pub fn foo() {}