Files
rgbds/test/asm/expand-empty-string.asm
T

7 lines
83 B
NASM

MACRO test
def v equs "X"
def X equs "" ; should not be expanded
\1
ENDM
test v 0