// PR c++/31992 template struct A { static const int i1; static const int i2; }; template const int A::i1(A::i); template const int A::i2(3, A::i);