shithub: rgbds

ref: 0105779789909e2daad5aa09450dd3101aa5e723
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