rust/tests/codegen/panic-unwind-default-uwtabl...

7 lines
152 B
Rust

//@ compile-flags: -C panic=unwind -C no-prepopulate-passes -Copt-level=0
#![crate_type = "lib"]
// CHECK: attributes #{{.*}} uwtable
pub fn foo() {}