diff --git a/test/cpp_template_parameter.cpp b/test/cpp_template_parameter.cpp index c7ba3d8..22a70bc 100644 --- a/test/cpp_template_parameter.cpp +++ b/test/cpp_template_parameter.cpp @@ -28,8 +28,8 @@ using c = void; template using d = void; -// maximal munch here -template > +// potential maximal munch here, but ignore it +template > using e = void; )";