Title: Moving a function and copying the used referenced record definition
Goal: accept
Parameters: [{file,"record2.erl"},{funlist,[{funct,1}]},{name,"record2t"}].
Documentation: In the test case a function, which uses record, is moved between modules. The record is definied in the module. During the transformation the record definition has to be copied to the target module, but also kept at the original place, because both have references to it. The function is placed in an export list in the new module, too, as it was there originally.
