ref: 1fb34b1a5524bb3325a97e301a6cc51884a74bbb 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)) }