ref: 762cc86bee0020fac7636e6a2cc662a8dc200616 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)) }