xref: /llvm-project/clang/test/Index/Core/no-templated-canonical-decl.cpp (revision e62dd8b5e985c86e0c766a89cce6162b463c39ea)
1 // RUN: c-index-test core -print-source-symbols -include-locals -- %s | FileCheck %s
2 
3 template <template <typename> class A> class B { typedef A<int> A_int; };
4 // CHECK: [[@LINE-1]]:46 | class(Gen)/C++ | B | c:@ST>1#t>1#T@B | <no-cgname> | Def | rel: 0
5