Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
refs/heads/revert-82057-cstr
/
.
/
src
/
test
/
codegen
/
cfguard-non-msvc.rs
blob: 6278a951e35f1565151946520f4919088e9b20eb [
file
] [
log
] [
blame
] [
edit
]
// 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"