params_funcall.cvc 47 B

1234
  1. int foo() {
  2. foo();
  3. return foo() + 1;
  4. }