package p;
public class A{
	private static int F;
	public static int i= F;
}