ref: 2c113af58d9f63bc4f720adbb6aa8ac2cae52781 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)) }