blob: 74e49ecdfab0e2d2e2cf9a6664efa3052737eecb [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);
}