shithub: rgbds

ref: b0f8e04fb7d307700424935181bc7d6530b53d64
dir: /test/asm/expand-empty-string.asm/

View raw version
test: MACRO
v equs "X"
X equs "" ; should not be expanded
\1
ENDM
	test v 0