repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
TableGen
/
ListManip.td
blob
bece266acbf9d66e83a94290780453f21d362190
1
// RUN: llvm-tblgen %s
2
// XFAIL: vg_leak
3
4
class Bli<string _t>
5
{
6
string t = _t;
7
}
8
9
class Bla<list<Bli> _bli>
10
: Bli<!head(_bli).t>
11
{
12
}