shithub: rgbds

ref: 21b59c46519eb80ea48211cae6ab055d487cea57
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