blob: 7147bcaf51e6827392a77a001e3fcb37f7210d3a [file] [log] [blame]
#NO_APP
.text
.macro foo
a:
.long 42
.endm
#APP
foo
b:
.long 56
#NO_APP