shithub: rgbds

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