// PR 8327 template class X { static const int a = 5; static T b[a]; }; template T X::b[X::a];