ref: 4bc1493ff94ecd5cc384b55bbae833c422e67de0 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)) }