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