Compiler Design 2023

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

int main(){
   int a;
   a = f[0];
}

c29.2