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