/* pr42512.c from the execute part of the gcc torture tests. */ #include #ifdef __SDCC #pragma std_c99 #endif short g_3; void testTortureExecute (void) { int l_2; for (l_2 = -1; l_2 != 0; l_2 = (unsigned char)(l_2 - 1)) g_3 |= l_2; if (g_3 != -1) ASSERT (0); return; }