Compiler Design 2023

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

c12