ref: 24020b49aee678a72f3d9883371af8c70e4af9a5 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)) }