]> git.lizzy.rs Git - rust.git/blob - src/test/codegen/cfguard-nochecks.rs
Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup
[rust.git] / src / test / codegen / cfguard-nochecks.rs
1 // compile-flags: -C control-flow-guard=nochecks
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=1 is present
11 // CHECK: !"cfguard", i32 1