summaryrefslogtreecommitdiffstats
path: root/test/PCH/cxx_exprs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/cxx_exprs.cpp')
-rw-r--r--test/PCH/cxx_exprs.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/PCH/cxx_exprs.cpp b/test/PCH/cxx_exprs.cpp
index 0f0fe88..ec7041b 100644
--- a/test/PCH/cxx_exprs.cpp
+++ b/test/PCH/cxx_exprs.cpp
@@ -33,3 +33,7 @@ static_assert(!false_value, "false_value is false");
// CXXNullPtrLiteralExpr
cxx_null_ptr_result null_ptr = nullptr;
+
+// CXXTypeidExpr
+typeid_result1 typeid_1 = 0;
+typeid_result2 typeid_2 = 0; \ No newline at end of file
OpenPOWER on IntegriCloud