Compiler Design 2023

Testcase c27.1 of Assignment 4:
1
2
3
int d[3] = 1;

int main(){}

c27.1