Compiler Design 2023

Testcase c29.3 of Assignment 4:
1
2
3
4
5
6
int e[2], f;

int main(){
   int a;
   a = e;
}

c29.3