2
0
mirror of https://sourceware.org/git/binutils-gdb.git synced 2025-03-07 13:39:43 +08:00
binutils-gdb/gas/testsuite/gasp/pl4.out
1999-05-03 07:29:11 +00:00

17 lines
160 B
Plaintext

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