ref: 9ac459c0cc5beac10be8ba3310af6edd89b1849c 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) }