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