about summary refs log tree commit diff
path: root/tests/codegen-llvm/cfguard-disabled.rs
blob: 90915c0f0c6b7bd7417256838bb32143096c303f (plain)
1
2
3
4
5
6
7
8
9
10
//@ compile-flags: -C control-flow-guard=no
//@ only-msvc

#![crate_type = "lib"]

// A basic test function.
pub fn test() {}

// Ensure the module flag cfguard is not present
// CHECK-NOT: !"cfguard"