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