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