Compiler Design 2023

Testcase c29 of Assignment 3:
void main() {  
  for ( ; ; j = j + 1) {
      y = y + 3;
  }
}

c29