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