blob: 6defb521ffd4753c9661d43bd9e9a9f0fbd7b5f4 [file] [log] [blame]
# TODO(go): https://github.com/google/kati/issues/83
define var
VAR:=1
endef
$(call var)
eq_one:==1
$(eq_one):
echo PASS