diff options
Diffstat (limited to 'test/ASTMerge/exprs-cpp/test.cpp')
-rw-r--r-- | test/ASTMerge/exprs-cpp/test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ASTMerge/exprs-cpp/test.cpp b/test/ASTMerge/exprs-cpp/test.cpp index ba1f18b2c90c3..0535aa85330f6 100644 --- a/test/ASTMerge/exprs-cpp/test.cpp +++ b/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(); } |