int i;
// some initialisation code
while (i > 0) {
   i--;
}

