rust/src/test/codegen/cfguard-non-msvc.rs
2020-07-14 15:27:42 +01:00

11 lines
219 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"