blob: 3e489eac5b1acda73e47e95dae86abf7ba1b3300 [file] [log] [blame]
// PR c++/19826
template<typename T> struct A
{
static const T i = 1;
char a[i];
};