1  int global_var = 3;
       2  int other_var = 4;
       3  
       4  int
       5  function (void)
       6  {
       7    return 0;
       8  }
       1  int global_var = 3;
       2  int other_var = 4;
       3  
       4  int
       5  function (void)
       6  {
       7    return 0;
       8  }