Sign in
rust
/
rust
/
refs/heads/beta
/
.
/
tests
/
codegen
/
cfguard-nochecks.rs
blob: 5f386533ec1aae4894de480d14073f23b0653416 [
file
] [
log
] [
blame
]
//@ compile-flags: -C control-flow-guard=nochecks
//@ only-msvc
#![
crate_type
=
"lib"
]
// A basic test function.
pub
fn
test
()
{}
// Ensure the module flag cfguard=1 is present
// CHECK: !"cfguard", i32 1