package p;
class A{
	static int g;
	public static int getG() {
		return g;
	}	
}