Compiler Design 2023

Testcase c6 of Assignment 4:
1
2
3
4
5
int main() {
int a;
float b;
a = b;
}

c6