Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
codegen
/
cfguard-non-msvc.rs
blob: 6278a951e35f1565151946520f4919088e9b20eb [
file
] [
log
] [
blame
]
// 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"