rust/src/test/codegen/cfguard_nochecks.rs

11 lines
194 B
Rust
Raw Normal View History

2020-06-16 16:44:03 +00:00
// compile-flags: -Z control-flow-guard=nochecks
#![crate_type = "lib"]
// A basic test function.
pub fn test() {
}
// Ensure the module flag cfguard=1 is present
// CHECK: !"cfguard", i32 1