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