foo(int x)1*e2aab8c3SAmjad Aboud int foo(int x) { 2*e2aab8c3SAmjad Aboud return x+1; 3*e2aab8c3SAmjad Aboud } 4