Home | History | Annotate | Download | only in PCH
      1 // Header for PCH test cxx-friends.cpp
      2 
      3 class A {
      4   int x;
      5   friend class F;
      6 };
      7