Compiler Design 2025
Testcase “int_literal” of Assignment 5:
1 2 3 4
int
main
()
{
putInt
(
1
);
putLn
();
}