mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-19 11:45:03 +00:00
7 lines
184 B
Text
7 lines
184 B
Text
app [main] {}
|
|
|
|
# This file intentionally has a parse error for testing stderr reporting
|
|
main =
|
|
# Missing closing quote to trigger tokenization error
|
|
x = "unclosed string
|
|
x
|