int main ( void ) { int i = 0; switch ( i ) { default: break; } //违背1 return ( 0 ); }