blob: f833b53cfa5e4d419850af591174471e0b800bbf [file] [log] [blame]
func = $(info called with '$(1)')
test = $(call $(1),$(1))
$(call test,func)
$(call test, func)
$(call test,func )
$(call test, func )
test: