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