package p;
class A{
	int f(){
		int temp= new String("fred").length();
	}
}