Title: 
  Try to move a used record from a module to another module
Goal: 
  Try to move the declaration of record `person' from module `mr13' to module
  `mr13t'. Deny.
Parameters:
  [{file,"mr13.erl"},{reclist,[person]},{filename,"mr13t.erl"}].
Documentation: 
  Try to remove the record declaration from `mr13.erl', append it to
  `mr13t.erl'. As record is also used in the source module, but moving
  appendices is not supported, the transformation is rejected.
