[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / TableGen / ListManip.td
blobbece266acbf9d66e83a94290780453f21d362190
1 // RUN: llvm-tblgen %s
2 // XFAIL: vg_leak
4 class Bli<string _t>
6   string t = _t;
9 class Bla<list<Bli> _bli>
10 : Bli<!head(_bli).t>