http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00110.html
[official-gcc.git] / gcc / testsuite / g++.dg / init / array9.C
blobd37e00e5b0e4342ecd5873b163815547b6cee12c
1 struct T {
2   T ();
3 };
5 void f () {
6   T t[2];
7   for (int i = 0; i < 10; ++i);
8   int i = 0;