ref: e02fa54dc9605611a5a5699c4af83a347a411848 dir: /test/aritylow.myr/
use std /* should fail because we call f with too few args */ const f = {a:int, b:int, c:int } const main = { -> f(1, 2) }