Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / init / const1.C
blobaf4427d9ab3bb55d922e9685112666a72782e4b9
1 // PR c++/20073
3 template<int> struct A
5     A();
6 };
8 const A<0> x[] = { A<0>() };