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