1// RUN: clang-pseudo -grammar=cxx -source=%s --print-forest | FileCheck %s
2template <typename> struct MatchParents;
3// CHECK: template-parameter-list~TYPENAME := tok[2]
4

source code of clang-tools-extra/pseudo/test/cxx/template-empty-type-parameter.cpp