package p;
class Inner{
	static void foo() {
	}
	static int t= 1;
}