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