00001 extern int i; 00002 extern int hello(); 00003 int main(){ 00004 write(1,"tcc\n",4); 00005 hello(); 00006 exit(1); 00007 }