lean4-htt/tests/lean/ff_byte.lean.expected.out
Gabriel Ebner b1e417805e fix(frontends/lean/scanner): do not treat 0xFF as end-of-file
Fixes #1624.  We just replace 0xFF by 0x00 when reading a new input
byte.  This shows up as an unexpected token error.
2017-05-31 16:54:04 +02:00

7 lines
157 B
Text

ff_byte.lean:1:0: error: unexpected token
ff_byte.lean:5:19: error: type mismatch, expression
trivial
has type
true
but is expected to have type
false