Home | History | Annotate | Download | only in testcase
      1 define func
      2 $(11)$(12)$(13)$(14)
      3 endef
      4 
      5 test:
      6 	echo $(call func,1,2,3,4,5,6,7,8,9,10,P,A,S,S)
      7