2024-02-22 06:10:29 -06:00
|
|
|
//@ compile-flags: -C control-flow-guard=no
|
|
|
|
//@ only-msvc
|
2020-01-13 07:25:39 -06:00
|
|
|
|
|
|
|
#![crate_type = "lib"]
|
|
|
|
|
|
|
|
// A basic test function.
|
2024-05-28 23:11:20 -05:00
|
|
|
pub fn test() {}
|
2020-01-13 07:25:39 -06:00
|
|
|
|
|
|
|
// Ensure the module flag cfguard is not present
|
|
|
|
// CHECK-NOT: !"cfguard"
|