Compiler Design 2023

Testcase c30 of Assignment 3:
void main() {  
  while (a >= b)
    y = y + 3;
}

c30