Compiler Design 2023

Testcase c24 of Assignment 3:
void main() {  
 if (i == 22)
    j = 1;
 else
    foo(123);
}

c24