Compiler Design 2023

Testcase c22 of Assignment 4:
1
2
3
4
int main(){
int a;
a = -----2;
}

c22