cross3.c   [plain text]


int i = 4;

int
foo ()
{
  return i;
}