about summary refs log tree commit diff
path: root/src/test/codegen/force-unwind-tables.rs
blob: fbaf38d69df7fc2608e92060fe69bdc50b3bcefd (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() {}