ref: 6804d96d7d8a2dd12e28ea08819fc5f2c59cf724 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)) }