// PR c++/20073

template<int> struct A
{
    A();
};

const A<0> x[] = { A<0>() };


syntax highlighted by Code2HTML, v. 0.9.1