930622-2.c   [plain text]


f ()
{
  int i;
  for (i--)	/* { dg-error "parse|syntax|expected" } */
    ;
}