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