Compiler Design 2023
Testcase c17 of Assignment 3:
// 3 actual parameters:
void
main
()
{
foo
(
a
,
2
,
2
.
0
);
}