//rename to: j, i
package p;
class A{
	int m(){
		int i= 0;
		int j= 0;
		return i + j;
	}
}