C++程序  |  6行  |  58 B

template<typename T> struct A {
  A() {
    int a;
  }
};