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] |
4 |
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] |
4 |