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