shithub: rgbds

ref: ad6f17cd93fb5d505240802d6cf53a285086594f
dir: /test/asm/macro-line-no.asm/

View raw version

WARN "Line 2"
m: macro
	WARN "Line 4"
endm
WARN "Line 6"
	m
WARN "Line 8"