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