1 2 3 4 5 6 7 8 9
// PR c++/19991 enum { e = 1 }; template<typename> struct A { static const int i = e; char a[i]; };