Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
codegen
/
cfguard-nochecks.rs
blob: 3847c3e81ed7a6d78f2e3e6b50741fb549c68431 [
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