rustc/tests/codegen/panic-unwind-default-uwtable.rs
2024-06-21 09:39:33 +02:00

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() {}