Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.dg / pr35736.c
blobf411bb8a92f9d0b6116f2352412de8c570ac658e
1 /* { dg-do compile } */
2 /* { dg-options "-O -Wall" } */
4 void foo()
6 while (1)
7 for (;;({ continue; }))