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