int Gstatic = 0; int main ( void ) { for ( ; ; ) //违背1 { //... if ( 1 == Gstatic ) { break; } } return ( 0 ); }