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