summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/noncompile/930622-2.c
blob: b7e1b8e1dfe402d6863c6db18448ea77a4b66f84 (plain)
1
2
3
4
5
6
f ()
{
  int i;
  for (i--)	/* { dg-error "syntax" } */
    ;
}