master
1int i;
2int j;
3
4int add_to_i_and_j(int x) {
5  return x + i + j;
6}