Compiler Design 2023

Testcase c11 of Assignment 4:
1
2
3
4
int main() {
  bool a;
  a = true && a;
}

c11