package p;
//initialize in method
class A{
	static void f(){
		int i= 0, j= i;
	}
}