shithub: rgbds

ref: 33a0857b8d2f382b21f4efad7bd25b400185019f
dir: /test/asm/expand-empty-string.asm/

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