// { dg-do compile } // { dg-options "-fshow-column" } templatestruct foo { static const int i; }; const int foo::i = 5; // { dg-error "11:specializing member .foo::i. requires .template<>. syntax" } int main() { return 0; }