summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/_Pragma-syshdr2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/_Pragma-syshdr2.c')
-rw-r--r--test/Preprocessor/_Pragma-syshdr2.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Preprocessor/_Pragma-syshdr2.c b/test/Preprocessor/_Pragma-syshdr2.c
new file mode 100644
index 0000000..de7f2d3
--- /dev/null
+++ b/test/Preprocessor/_Pragma-syshdr2.c
@@ -0,0 +1,5 @@
+// RUN: clang-cc -E %s 2>&1 | grep 'file not found'
+
+#define DO_PRAGMA _Pragma
+DO_PRAGMA ("GCC dependency \"blahblabh\"")
+
OpenPOWER on IntegriCloud