Title: Moving a function with a compensation macro
Goal: accept
Parameters: [{file,"compmacro.erl"},{funlist,[{f_,1}]},{name,"compmacrot"}].
Documentation: In the testcase a function, which uses record and a compensation macro has been generated to it, is moved between modules. The compensation macro has to be put into the target module if it is not in it, together with the record definition. The record definition is used by the original module, too. In the new module the f/1 function is placed in an exportlist, its call has to be changed to a qualified name.  
