shithub: rgbds

ref: fbe29006d460275d9cdac49cc68ea4f34423f65d
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