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