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