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