ref: 9fc485a80b9713c1581a3c734d2d2bbf347f80e7 dir: /test/arityhigh.myr/
/* should fail because we call f with too many args */ const f = {a:int } const main = { -> f(1, 2, 3) }