Sign in
fuchsia
/
third_party
/
rust
/
fd8d6fbe505ecf913f5e2ca590c69a7da2789879
/
.
/
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"