]> git.lizzy.rs Git - rust.git/blob - src/test/codegen/cfguard-nochecks.rs
Auto merge of #74510 - LukasKalbertodt:fix-range-from-index-panic, r=hanna-kruppe
[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