template struct A { static int i; }; inline void f() { A::i = 0; }