Title: Moving a function stopped by clashing macros
Goal: deny
Parameters: [{file,"macro2.erl"},{funlist,[{fx,1}]},{name,"macro2t"}].
Documentation: Function fx/1 uses a compensation macro definied in the module. There exist both an identical macro and an indentical record in the target module, but as record/macro definition body matching is not supported, the situation is considered a name clash. The transformation must be denied.
