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