• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 struct DefinedInBImpl {
2   void f();
3   struct Inner {};
4   friend void FoundByADL(DefinedInBImpl);
5 };
6