// while (test) // body // // goto test; // loop: // body; // test: // t = test; // if (t) // goto loop; short loop_while(short a, short b) { short result = ; while () { result = ; a = ; } return result; } int main(void) { return 0; }