summaryrefslogtreecommitdiffstats
path: root/test/PCH/reinclude.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/reinclude.cpp')
-rw-r--r--test/PCH/reinclude.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/PCH/reinclude.cpp b/test/PCH/reinclude.cpp
new file mode 100644
index 0000000..6ab1002
--- /dev/null
+++ b/test/PCH/reinclude.cpp
@@ -0,0 +1,8 @@
+// Test without PCH
+// RUN: %clang_cc1 %s -include %S/reinclude1.h -include %S/reinclude2.h -fsyntax-only -verify
+
+// RUN: %clang_cc1 -x c++-header %S/reinclude1.h -emit-pch -o %t1
+// RUN: %clang_cc1 -x c++-header %S/reinclude2.h -include-pch %t1 -emit-pch -o %t2
+// RUN: %clang_cc1 %s -include-pch %t2 -fsyntax-only -verify
+
+int q2 = A::y;
OpenPOWER on IntegriCloud