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