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