repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Land the long talked about "type system rewrite" patch. This
[llvm/stm8.git]
/
test
/
TableGen
/
ListManip.td
blob
6b1e491cd25f581e76b4823efdbddd79dfaad8c0
1
// RUN: 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
}