aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/reinclude.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/reinclude.cpp')
-rw-r--r--test/PCH/reinclude.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/PCH/reinclude.cpp b/test/PCH/reinclude.cpp
index 6ab10027c9fa..71f90282ba57 100644
--- a/test/PCH/reinclude.cpp
+++ b/test/PCH/reinclude.cpp
@@ -4,5 +4,7 @@
// 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
+// RUN: %clang_cc1 -x c++-header %S/reinclude2.h -include-pch %t1 -emit-pch -o %t2 -chained-pch
+// RUN: %clang_cc1 %s -include-pch %t2 -fsyntax-only -verify
int q2 = A::y;