Compiler Design 2023

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

c16