ref: 3ec885ae37703028d40d8308bfe1a017307a5e4e 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)) }