shithub: rgbds

ref: 01777c96c8b074d9587045f271a9edc0e19b718d
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 ::