]> git.proxmox.com Git - rustc.git/blob - src/test/codegen/force-unwind-tables.rs
New upstream version 1.47.0~beta.2+dfsg1
[rustc.git] / src / test / codegen / force-unwind-tables.rs
1 // min-llvm-version: 8.0
2 // compile-flags: -C no-prepopulate-passes -C force-unwind-tables=y
3
4 #![crate_type="lib"]
5
6 // CHECK: attributes #{{.*}} uwtable
7 pub fn foo() {}