ref: 232a0351a3ab39812140fe74499b1330e5e0f514 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)) }