summaryrefslogtreecommitdiffstats
path: root/tests/codegen/cfguard-checks.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/cfguard-checks.rs')
-rw-r--r--tests/codegen/cfguard-checks.rs11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/codegen/cfguard-checks.rs b/tests/codegen/cfguard-checks.rs
new file mode 100644
index 000000000..571a2654b
--- /dev/null
+++ b/tests/codegen/cfguard-checks.rs
@@ -0,0 +1,11 @@
+// compile-flags: -C 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