diff options
Diffstat (limited to 'test/Parser/cxx-ambig-init-templ.cpp')
-rw-r--r-- | test/Parser/cxx-ambig-init-templ.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Parser/cxx-ambig-init-templ.cpp b/test/Parser/cxx-ambig-init-templ.cpp index 1f692664137c..89ed5e570bff 100644 --- a/test/Parser/cxx-ambig-init-templ.cpp +++ b/test/Parser/cxx-ambig-init-templ.cpp @@ -160,7 +160,6 @@ namespace Operators { namespace ElaboratedTypeSpecifiers { struct S { int f(int x = T<a, struct S>()); - int g(int x = T<a, class __declspec() C>()); int h(int x = T<a, union __attribute__(()) U>()); int i(int x = T<a, enum E>()); int j(int x = T<a, struct S::template T<0, enum E>>()); |