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