enum Name_type { first = 0, second } EnumVar; int main ( void ) { unsigned int second = 0; //违背1 EnumVar = second; return ( 0 ); }