1 2 3 4 5
struct DefinedInBImpl { void f(); struct Inner {}; friend void FoundByADL(DefinedInBImpl); };