blob: a1450afbf1fccc7106a0b4859a85e7acfc5a6457 [file] [log] [blame]
f ()
{
int i;
for (i--) /* { dg-error "parse" } */
;
}