Home | History | Annotate | Download | only in testcase
      1 # TODO(go): Fix
      2 
      3 define func
      4 $1
      5 endef
      6 $(info $(call func,(PA,SS)))
      7 $(info ${call func,{PA,SS}})
      8