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