shithub: rgbds

ref: 74c31f7c0f54cffbd681e04d87fec45cb07090bf
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