Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
codegen
/
cfguard-nochecks.rs
blob: 5f386533ec1aae4894de480d14073f23b0653416 [
file
] [
log
] [
blame
] [
edit
]
//@ 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