(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
friend11.C
// PR c++/19200

struct S {
  struct T{};
  template<typename> friend void S(T);
};