rustc/tests/codegen/cfguard-non-msvc.rs
2024-06-21 09:39:33 +02:00

12 lines
221 B
Rust

//@ compile-flags: -C control-flow-guard
//@ ignore-msvc
#![crate_type = "lib"]
// A basic test function.
pub fn test() {
}
// Ensure the cfguard module flag is not added for non-MSVC targets.
// CHECK-NOT: !"cfguard"