blob: af4427d9ab3bb55d922e9685112666a72782e4b9 [file] [log] [blame]
// PR c++/20073
template<int> struct A
{
A();
};
const A<0> x[] = { A<0>() };