//程序文件2 extern short zdata; //违背1 int main ( void ) { short x, y; x = 1; y = 2; zdata = x + y; return ( 0 ); }