blob: b4d0cbd54a7edc12c551def8faba6f9ad30c0131 [file] [log] [blame]
package p;
class A{
int m(int y){
while(y==0){
int x= 1 + 2;
}
return 1 + 2;
}
}