shithub: rgbds

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