summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VerifyHeaderSets/skip_linting.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/VerifyHeaderSets/skip_linting.h')
-rw-r--r--Tests/RunCMake/VerifyHeaderSets/skip_linting.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/VerifyHeaderSets/skip_linting.h b/Tests/RunCMake/VerifyHeaderSets/skip_linting.h
new file mode 100644
index 0000000..908ca95
--- /dev/null
+++ b/Tests/RunCMake/VerifyHeaderSets/skip_linting.h
@@ -0,0 +1,3 @@
+#error "This file should not be included"
+
+extern void skip_linting_h(void);