blob: f289bf8094415e6a470bbb0ee404b210da32146f [file] [log] [blame]
void
f ()
{
int i;
for (i--) /* { dg-error "parse|syntax|expected" } */
;
}