Title: Moved function with a record definition in the module
Goal: accept
Parameters: [{file,"firstsimple.erl"},{funlist,[{moved_fun,2}]},{name,"targetsimple"}].
Documentation: In the testcase a function, which uses record, is moved between modules. The record is definied in the module. During the transformation the definition of the record has to be placed to an hrl file, and can be deleted from the previous one. The moved function has to be put in an export list in its new place, because it was there in its previous module, too. The transformation does not disobey rules, it can be executed. 
