foo(a)1 foo (a)
2 {
3   int b = a;
4   return b + 8762345;
5 }
6