Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
39d9b840bbd2ed663241f4800f4d07b7950df46f
/
.
/
tests
/
codegen
/
cfguard-non-msvc.rs
blob: 5d266de8a94dc6ef72671eed966e628ad3abfa08 [
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"