Compiler Design 2023

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

int main(){}

c30.3