1 // PR c++/18389
2 
foo()3 void foo()
4 {
5   for (; struct A {}; ); // { dg-error "" }
6 }
7