[DFAJumpThreading] Remove incoming StartBlock from all phis when unfolding select...
[llvm-project.git] / clang-tools-extra / pseudo / test / cxx / template-empty-type-parameter.cpp
blob02aff285f838c7f94743fbba5cc5ac53d6fdaaed
1 // RUN: clang-pseudo -grammar=cxx -source=%s --print-forest | FileCheck %s
2 template <typename> struct MatchParents;
3 // CHECK: template-parameter-list~TYPENAME := tok[2]