summary refs log tree commit diff stats
path: root/tests/rectest.nim
blob: 54815e1f690d93c2be4aaedc7facd891118f3140 (plain) (blame)
1
2
3
4
5
6
# Test the error message

proc main() =
  main()

main()