blob: f1dd3e80cd4965c9d23035db36ffa73df3d03a73 [file] [log] [blame]
.ALTERNATE
! test of macro substitution around &s
foo MACRO a,b
x&a&b
ENDM
foo 3 2
END