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