2020-07-14 14:27:42 +00:00
|
|
|
// compile-flags: -C control-flow-guard=no
|
2020-07-06 15:10:42 +00:00
|
|
|
// 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"
|