Compiler Design 2023

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

c10