blob: 7bbe04c7c36cef30e8a65e3ecb227cf0717ca09f [file] [log] [blame]
int foo()
{
a.b<c, d>();
a.b<c, e<d>>();
a.b < c, d > ();
a.b < c, e < d > > ();
a.b < c, e < d > > ();
return default (T);
}