ref: 53b5674d213fd4c4fad2ee5968c9c57ea802ab65 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)) }