rust/tests/codegen/force-unwind-tables.rs

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

7 lines
161 B
Rust
Raw Normal View History

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