Sign in
◑
Theme
rust
/
rust
/
c1f7fa1a48a060b980cb45ffde00a9b0cddac7c1
/
.
/
tests
/
codegen-llvm
/
cfguard-disabled.rs
blob: 90915c0f0c6b7bd7417256838bb32143096c303f [
file
]
//@ 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"