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