mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
7 lines
132 B
NASM
7 lines
132 B
NASM
; This test tries to pass invalid UTF-8 through a macro argument
|
|
; to exercise the lexer's reportGarbageChar
|
|
m:MACRO
|
|
\1
|
|
ENDM
|
|
m ÏÓ
|