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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
151 B
Rust
Raw Normal View History

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