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