ref: 60a248049f2cdcb1e7a53e9d77374769b4436545 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)) }