1.macro foo arg, rest:vararg
2	\rest
3.endm
4	foo r0, pld [r0]
5	foo r0, push {r0}
6