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