shithub: rgbds

ref: 438963fb24141f8e98e097df0b58657f72ad6d18
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"