ref: 913c3dd7117bfe7a2d1cb57b47b34cfc8dcbb98b
dir: /test/asm/syntax-error-eof-newline.asm/
; 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"