summaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/macro_expandloc2.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Preprocessor/macro_expandloc2.c')
-rw-r--r--clang/test/Preprocessor/macro_expandloc2.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/macro_expandloc2.c b/clang/test/Preprocessor/macro_expandloc2.c
new file mode 100644
index 0000000..4aa7dfe
--- /dev/null
+++ b/clang/test/Preprocessor/macro_expandloc2.c
@@ -0,0 +1,6 @@
+// RUN: %clang_cc1 %s -E 2>&1 | grep '#include'
+#define FOO BAR
+
+// The error message should be on the #include line, not the 1.
+#include FOO
+