summaryrefslogtreecommitdiff
path: root/kythe/cxx/indexer/cxx/testdata/tvar_template/template_alias.cc
blob: 3de8ea067262d3b2d0880b26c1c321457c1f48e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
// We index type alias templates.

//- @U defines/binding TyvarU
template<typename U>
//- @T defines/binding T
//- @U ref TyvarU
using T = U;

//- TyvarU.node/kind tvar
//- T tparam.0 TyvarU
//- Alias.node/kind talias