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.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/PCH/reinclude.cpp b/test/PCH/reinclude.cpp
index 97e22cf..4bec050 100644
--- a/test/PCH/reinclude.cpp
+++ b/test/PCH/reinclude.cpp
@@ -7,4 +7,6 @@
// 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
+// expected-no-diagnostics
+
int q2 = A::y;
OpenPOWER on IntegriCloud