Compiler Design 2023

Testcase c30.4 of Assignment 4:
1
2
3
int a, d[3] = {a,a+1,+1,2};

int main(){}

c30.4