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