shithub: rgbds

ref: 3afa6b5a5a1711fa072f4d5e6f25fcb23070e473
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