Compiler Design 2023

Testcase c30.1 of Assignment 4:
1
2
3
int b = {2.0, 2, "f"};

int main(){}

c30.1