Cascade probably doesn't handle infinite for loops correctly ("for (;;)"). It assumes all for loops have an increment statement. A test case for this is needed.
Log in to post a comment.