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