package p;
public class A{
	public static void m(){
		A.f();
	}
	private static void f(){}
}