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