// PR c++/19826

template<typename T> struct A
{
  static const T i = 1;
  char a[i];
};



syntax highlighted by Code2HTML, v. 0.9.1