blob: 92bbaa877c415db380d8894144a34e8ccc4b2efb [file] [log] [blame]
//renaming to: j
package p;
class A{
void m(){
/*[*/int i= 0;/*]*/
int[] o= new int[8];
for (; i == i;){
i++;
o[++i]= i ==7 ? i: i + i;
}
};
}