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