Compiler Design 2023

Testcase c13 of Assignment 3:
// 1 formal parameter 
void foo(int a)
{

}

c13