1  template<class...T> struct A
       2  {
       3    static int i;
       4  };
       5  
       6  inline void f() { A<int>::i = 0; }
       1  template<class...T> struct A
       2  {
       3    static int i;
       4  };
       5  
       6  inline void f() { A<int>::i = 0; }