blob: bece266acbf9d66e83a94290780453f21d362190 [file] [log] [blame]
// RUN: llvm-tblgen %s
// XFAIL: vg_leak
class Bli<string _t>
{
string t = _t;
}
class Bla<list<Bli> _bli>
: Bli<!head(_bli).t>
{
}