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