shithub: rgbds

ref: 9782f7d942c74c5b0c53b56abea462237e1e0b2f
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"