2024-02-22 12:10:29 +00:00
|
|
|
//@ compile-flags: -C control-flow-guard=checks
|
|
|
|
//@ only-msvc
|
2020-01-13 13:25:39 +00:00
|
|
|
|
|
|
|
#![crate_type = "lib"]
|
|
|
|
|
|
|
|
// A basic test function.
|
|
|
|
pub fn test() {
|
|
|
|
}
|
|
|
|
|
|
|
|
// Ensure the module flag cfguard=2 is present
|
|
|
|
// CHECK: !"cfguard", i32 2
|