ref: 68168e2f7b835bd63359c3d516b458ff687dba01 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)) }