shithub: rgbds

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