Compiler Design 2025

Testcase c40 of Assignment 3:
// formal array parameter:

void foo(int a[2])
{
}

c40