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