ref: bba532193b80c8ccf2beff68a13d2786f0f31b72 dir: /test/asm/if-macro.asm/
m: macro if 0 WARN "3" else WARN "5" endc endm if 1 m else WARN "12" endc