Compiler Design 2023

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

c7