ref: 129d74197a3de99fab0a386ebf152a06b3d4bf17 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)) }