Compiler Design 2023
Testcase c40 of Assignment 3:
// formal array parameter:
void
foo
(
int
a
[
2
])
{
}