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