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