Compiler Design 2023

Testcase c8 of Assignment 4:
1
2
3
int main() {
  return true;
}

c8