package p;

public class A {
	
	protected static int someVar = 0;
	private static int anotherVar = someVar;

}
