Compiler Design 2025

Testcase c7 of Assignment 3:
// 1 local variable:
void main()
{
int i;
}

c7