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