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