class ReturnM1{
	Integer r;
	Integer mul(Integer x, Integer y) {
	  	return r;
	 } 
}