Title:
  macro test4
Goal:
  Tuple the function application arguments inside a macro definition.
Parameters:
  [{ask_missing,true},{file,"tup.erl"},{posrange,{98,101}}].
Documentation:
  The transformation should tuple the 2nd and 3rd paramters of summa/3, which is applied using a macro substitution. The macro definition and the syntax tree shall be modified accordingly. 
