mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-20 05:41:42 +00:00
7 lines
57 B
Nim
7 lines
57 B
Nim
# Test the error message
|
|
|
|
proc main() =
|
|
main()
|
|
|
|
main()
|