Ah yes, this is a known limitation. Essentially the JSON generated to describe 
your C file is so big that the VM thinks it's encountered an infinite loop 
while parsing it. You can increase the limit as it says by passing something 
like `--maxLoopIterationsVM:100000000` to the compiler.

Reply via email to