package p;
class A{
	int i(){
		int i= 0, j= 1;
		return 0;
	}
}