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