public static bool testMethod()
            {
                System.ValueType src = new BoxingTestClassValType_to_struct_struct();
                BoxingTestClassValType_to_struct_struct dst = (BoxingTestClassValType_to_struct_struct)src;

                return(true);
            }
	        public static bool testMethod()
	        {
		        System.ValueType src = new BoxingTestClassValType_to_struct_struct();
		        BoxingTestClassValType_to_struct_struct dst = (BoxingTestClassValType_to_struct_struct) src;
                return true;
            }