llvm/clang-tools-extra/pseudo/test/cxx/template-empty-type-parameter.cpp

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