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