summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/member-function-template.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaTemplate/member-function-template.cpp')
-rw-r--r--clang/test/SemaTemplate/member-function-template.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/SemaTemplate/member-function-template.cpp b/clang/test/SemaTemplate/member-function-template.cpp
index 8eb40c83c34..83bf16c6900 100644
--- a/clang/test/SemaTemplate/member-function-template.cpp
+++ b/clang/test/SemaTemplate/member-function-template.cpp
@@ -48,3 +48,4 @@ void test_X_f0_explicit(X x, int i, long l) {
// PR4608
class A { template <class x> x a(x z) { return z+y; } int y; };
+
OpenPOWER on IntegriCloud