Compiler Design 2023

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

c7