shithub: rgbds

ref: 43a487f0bf189b630a2127fc8412fb7a209015e4
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