Compiler Design 2023

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

c25