Compiler Design 2023

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

int main(){}

c30.5