Title: Moving a function which uses one record 
Goal: accept
Parameters: [{file,"record1.erl"},{funlist,[{funct,1}]},{name,"record1t"}].
Documentation: In the test case a function is moved between modules which uses one record. The record is definied in the module. During the transformation the record definition has to be put into the target module. The moved function has to be put in an export list in its new place, because it was in an export list in its former module, too. The transformation disobeys no rules, it can be executed. 
