Compiler Design 2025

Testcase c16 of Assignment 3:
// 1 actual parameter:
void main() {
  foo(a);
}

c16