That is interesting.
My actual code in gen.nim of package gintro seems to be more like this:
proc numArgs: cint = 6
let n = numArgs() - 1
proc foo(ci: cint) = discard
for i in 0 .. n:
foo(i)
That compiles fine for me on Linux 64bit. But I had the strong feeling that it
compiles not for the user who send the pull request. See
[https://github.com/StefanSalewski/gintro/pulls](https://github.com/StefanSalewski/gintro/pulls)
Unfortunately that user is fully anonymous, submitted not an issue first and
gave only a very short note.
Indeed I was going to ignore his pull request fully. But then I thought well,
when some users have trouble I should not ignore it. I may have to investigate
his request more carefully. I hope that he made not just a joke to fool me.