int main ( void ) { double dData = 0.0; float fData; fData = dData; //违背1 return ( 0 ); }