ref: 547d6b96e5536f97d161e0a6544344534af3bde2 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)) }