shithub: mc

ref: 635dfa9043c05bc875bc5c3a77b48ea768b730f0
dir: /test/aritylow.myr/

View raw version
const f = {a:int, b:int, c:int

}

const main = {
	-> f(1, 2)
}