shithub: rgbds

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