/* PR c++/31517. This used to ICE. */ /* { dg-do compile } */ template struct A { static const int i=0; }; template const int A::i = 0=0; /* { dg-error "duplicate initialization" } */