1 int foo;
2 int bar;
3 
main()4 main ()
5 {
6   return foo + bar;
7 }
8