summaryrefslogtreecommitdiffstats
path: root/src/test/codegen/force-unwind-tables.rs
blob: 4c0a5602c6dad73ecb37e59e3431696749631f2a (plain)
1
2
3
4
5
6
// compile-flags: -C no-prepopulate-passes -C force-unwind-tables=y

#![crate_type="lib"]

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