int main ( void ) { int x = 1, y = 2; int ilen; ilen = sizeof ( x = y ); //违背1 return ( 0 ); }