]> git.proxmox.com Git - rustc.git/blame - tests/codegen/cfguard-checks.rs
New upstream version 1.69.0+dfsg1
[rustc.git] / tests / codegen / cfguard-checks.rs
CommitLineData
3dfed10e 1// compile-flags: -C control-flow-guard=checks
f035d41b 2// only-msvc
74b04a01
XL
3
4#![crate_type = "lib"]
5
6// A basic test function.
7pub fn test() {
8}
9
10// Ensure the module flag cfguard=2 is present
11// CHECK: !"cfguard", i32 2