summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/_Pragma-dependency.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/_Pragma-dependency.c')
-rw-r--r--test/Preprocessor/_Pragma-dependency.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Preprocessor/_Pragma-dependency.c b/test/Preprocessor/_Pragma-dependency.c
new file mode 100644
index 0000000..da1d87f
--- /dev/null
+++ b/test/Preprocessor/_Pragma-dependency.c
@@ -0,0 +1,7 @@
+// RUN: clang-cc %s -E 2>&1 | grep 'DO_PRAGMA (STR' &&
+// RUN: clang-cc %s -E 2>&1 | grep '7:3'
+
+#define DO_PRAGMA _Pragma
+#define STR "GCC dependency \"parse.y\"")
+ // Test that this line is printed by caret diagnostics.
+ DO_PRAGMA (STR
OpenPOWER on IntegriCloud