blob: 61aae4ed63b86f33c9cf0ac9a3c79afe20f88ebb [file] [log] [blame]
// PR c++/19200
struct S {
struct T{};
template<typename> friend void S(T);
};