repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
test
/
TableGen
/
ListManip.td
blob
55fb5ea85a0574f462b976fe30729feb54145682
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<!car(_bli).t>
11
{
12
}