summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/special/class.inhctor/elsewhere.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CXX/special/class.inhctor/elsewhere.cpp')
-rw-r--r--clang/test/CXX/special/class.inhctor/elsewhere.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CXX/special/class.inhctor/elsewhere.cpp b/clang/test/CXX/special/class.inhctor/elsewhere.cpp
index c042834b214..f86f4b86faa 100644
--- a/clang/test/CXX/special/class.inhctor/elsewhere.cpp
+++ b/clang/test/CXX/special/class.inhctor/elsewhere.cpp
@@ -62,3 +62,4 @@ struct G : T {
G(int &) : G(0) {}
};
G<B1> g(123);
+G<const B1> g2(123);
OpenPOWER on IntegriCloud