Compiler Design 2023

Testcase c14 of Assignment 4:
1
2
3
int main() {
  bool a = !1;
}

c14