blob: bdb7e7b58efad8a22c8f50e116e48fe61de2337d [file] [log] [blame]
// PR c++/90916 ICE in retrieve_specialization
template <typename> struct S
{
struct A;
struct f A ();
};
template class S <int>;