Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
codegen
/
cfguard-disabled.rs
blob: 90915c0f0c6b7bd7417256838bb32143096c303f [
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"