mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
14e6a79adc
Fixes #1011
7 lines
142 B
NASM
7 lines
142 B
NASM
; This test tries to pass invalid UTF-8 through a macro argument
|
|
; to exercise the lexer's unknown character reporting
|
|
MACRO m
|
|
\1
|
|
ENDM
|
|
m ÏÓ
|