Sign in
android
/
toolchain
/
rustc
/
59fbe18bc79ed87d0c5f02705e7cf19e402e1f2b
/
.
/
src
/
test
/
codegen
/
cfguard-non-msvc.rs
blob: 6278a951e35f1565151946520f4919088e9b20eb [
file
]
// compile-flags: -C control-flow-guard
// 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"