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