1 extern int xxx;
2 
3 int
main()4 main ()
5 {
6   return xxx;
7 }
8