2020-07-14 09:27:42 -05:00
|
|
|
// compile-flags: -C control-flow-guard
|
2020-07-06 10:10:42 -05:00
|
|
|
// ignore-msvc
|
|
|
|
|
|
|
|
#![crate_type = "lib"]
|
|
|
|
|
|
|
|
// A basic test function.
|
|
|
|
pub fn test() {
|
|
|
|
}
|
|
|
|
|
|
|
|
// Ensure the cfguard module flag is not added for non-MSVC targets.
|
|
|
|
// CHECK-NOT: !"cfguard"
|