Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
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