shithub: rgbds

ref: a378d1e8cbb2950d0341893a2e27983aed4d045f
dir: /test/asm/syntax-error-after-syntax-error.asm/

View raw version
MACRO mac
	println "got {d:_NARG} args"
ENDM
	mac
	mac 42
notmac
mac
mac 42
mac::
mac ::