2 /* The following test used to ICE after an error message in C99 mode
3 because GCC was trying to expand the tree to rtl. */
5 /* { dg-do compile } */
6 /* { dg-options "-std=c99" } */
12 for (; int ; ); /* { dg-error "" } */
17 while (int i
); /* { dg-error "" } */