// PR c++/23437 template struct S { static const int i = 10; }; void g(); int a[S::i];