1 extern int xxx; 2 3 int bar(void)4 bar (void) 5 { 6 return xxx; 7 } 8 9 int main()10 main () 11 { 12 return 0; 13 } 14