blob: dd6729f17a67d95eec5f43e313c011e44036a4b7 [file] [log] [blame]
// PR c++/19200
struct S {
struct T{};
friend void S(T);
};