rustc/tests/codegen/ehcontguard_disabled.rs
2024-07-31 08:40:13 +02:00

10 lines
170 B
Rust

//@ compile-flags:
#![crate_type = "lib"]
// A basic test function.
pub fn test() {}
// Ensure the module flag ehcontguard is not present
// CHECK-NOT: !"ehcontguard"