blob: 69947730525d1f82eaa75af334f3fc1d63148577 [file] [log] [blame]
// PR c++/18389
void foo()
{
for (; struct A {}; ); // { dg-error "" }
}