summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx-ambig-init-templ.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Parser/cxx-ambig-init-templ.cpp')
-rw-r--r--clang/test/Parser/cxx-ambig-init-templ.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/clang/test/Parser/cxx-ambig-init-templ.cpp b/clang/test/Parser/cxx-ambig-init-templ.cpp
index 584262c9be4..1f692664137 100644
--- a/clang/test/Parser/cxx-ambig-init-templ.cpp
+++ b/clang/test/Parser/cxx-ambig-init-templ.cpp
@@ -170,15 +170,6 @@ namespace ElaboratedTypeSpecifiers {
};
}
-namespace AbstractPtrOperatorDeclarator {
- template <int, typename> struct X {
- operator int();
- };
- struct Y {
- void f(int a = X<0, int (*)()>());
- };
-}
-
namespace PR20459 {
template <typename EncTraits> struct A {
void foo(int = EncTraits::template TypeEnc<int, int>::val); // ok
OpenPOWER on IntegriCloud