Opened this issue 7 years ago · 0 comments
int a = 0; for (int ii = 0; ii < 100; ii++) { a += ii; if (a > 50) { } break; }