package p;
class A{
	int m(){
		for (int i= 0; i==0;){
			int x= 1 + 2;
		}
		return 1 + 2;
	}
}