C++程序  |  6行  |  71 B

class A {
public:
  struct { int foo; } f;
  struct { int foo; } g;
};