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