Details | Compare with Previous | View Log
// PR c++/30897
template class U> struct A
{
template U foo();
};