package pack;

class JavaPackagePrivate {
	int field = 0;
	static int staticField = 0;
	void meth() { }
	static void staticMeth() { }
}
