C++程序  |  7行  |  80 B

// Header for PCH test cxx-friends.cpp

class A {
  int x;
  friend class F;
};