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