Sign in
android
/
toolchain
/
rustc
/
977026a81a6cc1c304420586c1bb6527b72b4303
/
.
/
src
/
test
/
codegen
/
cfguard-disabled.rs
blob: c3f8f4116819ce2bf420dce85a50b7c7926dc24c [
file
] [
log
] [
blame
]
// compile-flags: -C control-flow-guard=no
// only-msvc
#![
crate_type
=
"lib"
]
// A basic test function.
pub
fn
test
()
{
}
// Ensure the module flag cfguard is not present
// CHECK-NOT: !"cfguard"