aboutsummaryrefslogtreecommitdiff
path: root/testcase/terms_in_parens.mk
blob: cf6db3a5b4c8b10c530defe3373f82b111965105 (plain)
1
2
3
4
5
6
7
# TODO(go): Fix

define func
$1
endef
$(info $(call func,(PA,SS)))
$(info ${call func,{PA,SS}})