Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / init / for3.C
blobc8ef3cc6291c92da0af1dde5aeca805f430e9e54
1 // { dg-do compile }
3 struct A { int i;  A();  A(const A&); };
5 void bar()
7     A a;
8     for ( ;; a=A() ) ;