Title:
  macro test5
Goal:
  Tuple the function application arguments inside a macro definition.
Parameters:
  [{ask_missing,true},{file,"tup.erl"},{posrange,{94,97}}].
Documentation:
  The transformation should tuple the 3nd and 4rd paramters of summa/5. The function is applied in a way that the 2nd-5th arguments come from a single macro. In this case, the transformation shall construct the tuple inside the macro definition. 

