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