os-rust/src/test/codegen/cfguard-checks.rs

12 lines
205 B
Rust
Raw Normal View History

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