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