modernc.org/ccgo/v3@v3.16.14/lib/testdata/bug/for3.c (about) 1 int main() { 2 for (int i = 0, j = i; j < 5; j++) {} 3 return 0; 4 }