shithub: rgbds

ref: cedfd2582a646166fe473f33b7c95f5c11701c1c
dir: /test/asm/syntax-error-eof-newline.asm/

View raw version
; Syntax errors at the end of a buffer (here, the INCLUDEd file) should be reported in their file,
; not in the parent context (here, this file).

	PRINTLN "Before"
	INCLUDE "syntax-error-eof-newline.inc"
	PRINTLN "After"