// PR c++/29570 template struct A { static const int i; }; template const int A::i = { A::i };