
  TYPE
    clt$variable_hash_group = record
      environment_variables_in_group: 0 .. 7fffffff(16),
      procedure_variables_in_group: 0 .. 7fffffff(16),
      root: ^clt$variable_access,
    recend;

*copyc clt$variable_access
