  func f(num i): int {
    i = "a";
    return 2;
  }
  $c = f($x);
