summary refs log tree commit diff
path: root/src/test/codegen/force-unwind-tables.rs
blob: eba4a7469f9308d2ade0946fdaa1d916cc82e6e0 (plain)
1
2
3
4
5
6
7
// min-llvm-version: 8.0
// compile-flags: -C no-prepopulate-passes -C force-unwind-tables=y

#![crate_type="lib"]

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