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