Compiler Design 2023

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

int main(){}

c27.3