summaryrefslogtreecommitdiffstats
path: root/src/test/codegen/panic-unwind-default-uwtable.rs
blob: 4c85008cf359a842b80b0d856bbfdd8c5e4b6870 (plain)
1
2
3
4
5
6
// compile-flags: -C panic=unwind -C no-prepopulate-passes

#![crate_type = "lib"]

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