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