* gas/all/gas.exp (do_comment): Don't run on m32c.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / app4.s
CommitLineData
fdf63aff
HPN
1 .text
2 .macro foo
3a:
4 .long 42
5 .endm
6 .include "app4b.s"
7 foo
8b:
9 .long 56
This page took 0.28549 seconds and 4 git commands to generate.