]> git.proxmox.com Git - rustc.git/blob - tests/codegen/panic-unwind-default-uwtable.rs
New upstream version 1.75.0+dfsg1
[rustc.git] / tests / codegen / panic-unwind-default-uwtable.rs
1 // compile-flags: -C panic=unwind -C no-prepopulate-passes -Copt-level=0
2
3 #![crate_type = "lib"]
4
5 // CHECK: attributes #{{.*}} uwtable
6 pub fn foo() {}