• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Header for PCH test cxx-friends.cpp
2 
3 class A {
4   int x;
5   friend class F;
6 };
7