C++程序  |  5行  |  51 B

namespace A1_Inner {
  struct X {};
  void f(X);
}