* chew.c (paramstuff, outputdots, perform, bang and usage): Remove
[binutils.git] / gas / testsuite / gasp / pl8.asm
blob925b172397739ef8544bdc1905fce16b42995c2e
2 .ALTERNATE
3 SDATA %1+2+3
4 SDATA "5"
8 MACRO foo
9 SDATA "HI" !! this will go
10 SDATA "THERE ! this will stay
11 ENDM
13 foo
16 SDATA <!<this is <a wacky> example!>!!>
17 SDATA "<this is <a wacky> example>!"
18 END