aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/preprocessor/bad-cmdline-include.c
diff options
context:
space:
mode:
Diffstat (limited to 'validation/preprocessor/bad-cmdline-include.c')
-rw-r--r--validation/preprocessor/bad-cmdline-include.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/validation/preprocessor/bad-cmdline-include.c b/validation/preprocessor/bad-cmdline-include.c
new file mode 100644
index 00000000..e4ee03f4
--- /dev/null
+++ b/validation/preprocessor/bad-cmdline-include.c
@@ -0,0 +1,11 @@
+#error some random error
+
+/*
+ * check-name: bad-cmdline-include
+ * check-command: sparse -include $file
+ *
+ * check-error-start
+command-line: note: in included file (through builtin):
+preprocessor/bad-cmdline-include.c:1:2: error: some random error
+ * check-error-end
+ */