package p;
//renaming A.m to fred
class A{
	int m(int m){
		return m(m(m));
	}
}