shithub: rgbds

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