mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
7 lines
222 B
NASM
7 lines
222 B
NASM
; 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"
|