Compiler Design 2023

Testcase c4.2 of Assignment 4:
1
2
3
4
5
int a;

int main(int a, bool b) {
float b;
}

c4.2