Compiler Design 2023

Testcase “coercion” of Assignment 5:
1
2
3
4
int main() {
  putFloat(1);
  putLn();
}