Compiler Design 2023

Testcase c23 of Assignment 3:
void main() {  
 if (i == 22)
    j = 1;
}

c23