C++程序  |  6行  |  100 B

struct DefinedInBImpl {
  void f();
  struct Inner {};
  friend void FoundByADL(DefinedInBImpl);
};