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