rt_gccstream/gcc/testsuite/gcc.dg/noncompile/930622-2.c

7 lines
79 B
C

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