Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
codegen
/
cfguard-non-msvc.rs
blob: 1e6559aaf5d28f2da84c7f4930d24734b4570731 [
file
] [
log
] [
blame
]
//@ compile-flags: -C control-flow-guard
//@ ignore-msvc
#![
crate_type
=
"lib"
]
// A basic test function.
pub
fn
test
()
{}
// Ensure the cfguard module flag is not added for non-MSVC targets.
// CHECK-NOT: !"cfguard"