mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-13 04:14:08 +00:00
5 lines
170 B
Text
5 lines
170 B
Text
# This file intentionally has a parse error for testing stderr reporting
|
|
main! =
|
|
# Missing closing quote to trigger tokenization error
|
|
x = "unclosed string
|
|
x
|