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