public static int test() {
		NestedInterfaceAux.Nested n = new NestedInterface();
		return n.m();
	}
 public static int test()
 {
     NestedInterfaceAux.Nested n = new NestedInterface();
     return(n.m());
 }