Title: Moving a function with record
Goal: accept
Parameters: [{file,"record3.erl"},{funlist,[{fun1,1}]},{name,"record3t"}].
Documentation: In the test case a function is moved between modules which uses record. The record is in an hrl file and is included in the module. After moving the function an include has to be placed in the target module, which leads the record to the module. The function was exported in its original place where it has to be deleted from the export, and has to be placed to an export list in its new place. The transformation can be executed.
