ref: 779bc03ea6bffa543c52a02e6d87e600b0417066 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)) }