2024-02-22 12:10:29 +00:00
|
|
|
//@ compile-flags: -C control-flow-guard=no
|
|
|
|
//@ 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 is not present
|
|
|
|
// CHECK-NOT: !"cfguard"
|