Compiler Design 2023

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

c25