2020-07-14 15:27:42 +01:00
|
|
|
//@ compile-flags: -C control-flow-guard=nochecks
|
2020-07-06 16:10:42 +01:00
|
|
|
//@ only-msvc
|
2020-01-13 13:25:39 +00:00
|
|
|
|
|
|
|
|
#![crate_type = "lib"]
|
|
|
|
|
|
|
|
|
|
// A basic test function.
|
2024-05-29 14:11:20 +10:00
|
|
|
pub fn test() {}
|
2020-01-13 13:25:39 +00:00
|
|
|
|
|
|
|
|
// Ensure the module flag cfguard=1 is present
|
|
|
|
|
// CHECK: !"cfguard", i32 1
|