/* pr42142.c from the execute part of the gcc torture tests. */ #include #ifdef __SDCC #pragma std_c99 #endif int sort(int L) { int end[2] = { 10, 10, }, i=0, R; while (i<2) { R = end[i]; if (L