/tinyc/lib/

mp;id=4f6b386f3ca332e9f9f9de93a650b077ec5b782e'>commit diff stats
path: root/tests/rectest.nim
blob: f08306cfd390d42401608a4c2e8907467c13293c (plain) (blame)
1
2
3
4
5
6
# Test the error message

proc main() =
  main()

main()