]> git.lizzy.rs Git - rust.git/blob - src/test/codegen/cfguard_nochecks.rs
Auto merge of #68668 - GuillaumeGomez:struct-variant-field-search, r=ollie27
[rust.git] / src / test / codegen / cfguard_nochecks.rs
1 // compile-flags: -Z control_flow_guard=nochecks
2
3 #![crate_type = "lib"]
4
5 // A basic test function.
6 pub fn test() {
7 }
8
9 // Ensure the module flag cfguard=1 is present
10 // CHECK: !"cfguard", i32 1