C++程序  |  8行  |  89 B

class Bar {
public:
  template<typename T>
  void f() {
    static const T y = 0;
  }
};