shithub: rgbds

ref: 54293a91844bc812091f10f8db673c71fea6b23d
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