1; Syntax errors at the end of a buffer (here, the INCLUDEd file) should be reported in their file,
2; not in the parent context (here, this file).
3
4	PRINTLN "Before"
5	INCLUDE "syntax-error-eof-newline.inc"
6	PRINTLN "After"
7