Compiler Design 2023
Testcase c14 of Assignment 3:
// 3 formal parameters
void
foo
(
int
a
,
bool
b
,
float
c
)
{
}