// PR c++/17524 template struct A { static const T i = 0; // { dg-error "" } }; A a; // { dg-error "" }