binutils-gdb/gas/testsuite/gasp/pl4.asm

11 lines
96 B
NASM

.ALTERNATE
! test of macro substitution around &s
foo MACRO a,b
x&a&b
ENDM
foo 3 2
END