Compiler Design 2025

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

c8