Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / Index / index-template-template-param.cpp
blobaf1c4634adb585a3ad48df027e1cda10da2221da
1 // RUN: c-index-test -index-file %s -x objective-c++ | FileCheck %s
3 template <typename T> class Template1 {};
5 template <template <class> class TMPL = Template1> class Template2;
7 // CHECK: [indexEntityReference]: kind: c++-class-template | name: Template1 |