C++程序  |  6行  |  90 B

struct C {
  struct A;
  static const int variable;
  static constexpr int function();
};