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