summaryrefslogtreecommitdiffstats
path: root/clang/test/ASTMerge/exprs-cpp/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/ASTMerge/exprs-cpp/test.cpp')
-rw-r--r--clang/test/ASTMerge/exprs-cpp/test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/ASTMerge/exprs-cpp/test.cpp b/clang/test/ASTMerge/exprs-cpp/test.cpp
index ba1f18b2c90..0535aa85330 100644
--- a/clang/test/ASTMerge/exprs-cpp/test.cpp
+++ b/clang/test/ASTMerge/exprs-cpp/test.cpp
@@ -41,5 +41,7 @@ void testImport(int *x, const S1 &cs1, S1 &s1) {
testScalarInit(42);
testOffsetOf();
testDefaultArg(12);
+ testDefaultArg();
+ testDefaultArgExpr();
useTemplateType();
}
OpenPOWER on IntegriCloud