Compiler Design 2023

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

c9