(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
template/
pr90916.C
// PR c++/90916 ICE in retrieve_specialization

template <typename> struct S
{
  struct A;
  struct f A ();
};
template class S <int>;