ref: 90cb266f109bb3ed87c2306e3d3def1325dc313a 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)) }