Compiler Design 2023

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

int main(){}

c27.4