]> git.lizzy.rs Git - rust.git/blob - src/test/codegen/cfguard-disabled.rs
Merge commit 'e8dca3e87d164d2806098c462c6ce41301341f68' into sync_from_cg_gcc
[rust.git] / src / test / codegen / cfguard-disabled.rs
1 // compile-flags: -C control-flow-guard=no
2 // only-msvc
3
4 #![crate_type = "lib"]
5
6 // A basic test function.
7 pub fn test() {
8 }
9
10 // Ensure the module flag cfguard is not present
11 // CHECK-NOT: !"cfguard"