Title: Copy the macro and add to the current module
Goal: Inline the `double/1' function from `in12b' module in the list comprehension in the body of the `double_list_elements/1' function.
Parameters: [{file,"in12a.erl"},{position,95}].
Documentation: The function `double/1' is defined in `in12b' module and contains in its body a macro application. To copy this macro definition to the current module does not make macro name conflict. Applying the inline is allowed. The function application is replaced with the expressions from the body of the function and the macro definition is copied to the `in12a' module.
