summaryrefslogtreecommitdiffstats
path: root/tests/codegen/panic-unwind-default-uwtable.rs
blob: b78b159d20d534dc1fcd2a0d2f5c82ace18dc5f6 (plain)
1
2
3
4
5
6
// compile-flags: -C panic=unwind -C no-prepopulate-passes -Copt-level=0

#![crate_type = "lib"]

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