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