blob: a09f7a6503cc41458e6f695693df6a8934042227 [file] [log] [blame]
i = 0;
while(i<10) {
i = i +1;
}
return i;