/* Test function with several parameters */ let abcde = (a: int, b: int, c: int, d: int, e: int): int => c + e + 3;