1 // PR c++/19200
2 
3 struct S {
4   struct T{};
5   template<typename> friend void S(T);
6 };
7