cross3.c 39 B

1234567
  1. int i = 4;
  2. int
  3. foo ()
  4. {
  5. return i;
  6. }