int main ( void ) { int i = 0; float x, y, z; z = 0.0; x = z; //遵循1 if ( 0 == i ) //遵循2 { y = z; //遵循3 } return ( 0 ); }