shithub: rgbds

ref: 8c0275480c680ce610c9f4ce7d121197152a879c
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"